Values.EphemerisMetaDataSourceMetadata describing a particular ephemeris.
type nonrec t = {source : EphemerisSource.t option;The EphemerisSource that generated a given ephemeris.
*)ephemerisId : Uuid.t option;UUID of a customer-provided ephemeris. This field is not populated for default ephemerides from Space Track.
*)epoch : Timestamp.t option;The epoch of a default, ephemeris from Space Track in UTC. This field is not populated for customer-provided ephemerides.
*)name : SafeName.t option;A name string associated with the ephemeris. Used as a human-readable identifier for the ephemeris. A name is only returned for customer-provider ephemerides that have a name associated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `String of Uuid.t | `Timestamp of Timestamp.t ])
list ]