AstronomyObjectDetailsType
public struct AstronomyObjectDetailsType : Codable
AstronomyObjectDetailsType
See also
Astronomy Object Details Type-
The current data for the object. Only if requested. (Astronomy)
Declaration
Swift
public let current: AstronomyCurrent?
-
The specific data for the object at isotime/utctime.. (Astrodata)
Declaration
Swift
public let result: [AstronomyCurrent]?
-
Lists and wraps all requested days where events are happening. (Astronomy)
Declaration
Swift
public let days: [AstronomyDay]?
-
Object name.
Declaration
Swift
public let name: String?