Module Values.TimeSeriesDataPointSummaryFormOutputSource

The summary of the time series data points form.

Sourcetype nonrec t = {
  1. formName : TimeSeriesFormName.t option;
    (*

    The name of the time series data points summary form.

    *)
  2. typeIdentifier : FormTypeIdentifier.t option;
    (*

    The type ID of the time series data points summary form.

    *)
  3. typeRevision : Revision.t option;
    (*

    The type revision of the time series data points summary form.

    *)
  4. timestamp : Timestamp.t option;
    (*

    The timestamp of the time series data points summary form.

    *)
  5. contentSummary : TimeSeriesDataPointSummaryFormOutputContentSummaryString.t option;
    (*

    The content of the summary of the time series data points form.

    *)
  6. id : DataPointIdentifier.t option;
    (*

    The ID of the time series data points summary form.

    *)
}
Sourceval make : ?formName:??? -> ?typeIdentifier:??? -> ?typeRevision:??? -> ?timestamp:??? -> ?contentSummary:??? -> ?id:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of TimeSeriesFormName.t | `Timestamp of Timestamp.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