Values_0.AssetPropertyTimestampSourceAn asset property timestamp entry containing the following information.
type nonrec t = {timeInSeconds : AssetPropertyTimeInSeconds.t;A string that contains the time in seconds since epoch. Accepts substitution templates.
*)offsetInNanos : AssetPropertyOffsetInNanos.t option;Optional. A string that contains the nanosecond time offset. Accepts substitution templates.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of AssetPropertyTimeInSeconds.t ]) list ]