Module Values_0.AssetPropertyTimestampSource

An asset property timestamp entry containing the following information.

Sourcetype nonrec t = {
  1. timeInSeconds : AssetPropertyTimeInSeconds.t;
    (*

    A string that contains the time in seconds since epoch. Accepts substitution templates.

    *)
  2. offsetInNanos : AssetPropertyOffsetInNanos.t option;
    (*

    Optional. A string that contains the nanosecond time offset. Accepts substitution templates.

    *)
}
Sourceval context_ : string
Sourceval make : ?offsetInNanos:??? -> timeInSeconds:AssetPropertyTimeInSeconds.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of AssetPropertyTimeInSeconds.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t