Module Values.TimeSeriesDataPointFormInputSource

The time series data points form.

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

    The name of the time series data points form.

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

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

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

    The revision type of the time series data points form.

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

    The timestamp of the time series data points form.

    *)
  5. content : TimeSeriesDataPointFormInputContentString.t option;
    (*

    The content of the time series data points form.

    *)
}
Sourceval context_ : string
Sourceval make : ?typeRevision:??? -> ?content:??? -> formName:TimeSeriesFormName.t -> typeIdentifier:FormTypeIdentifier.t -> timestamp:Timestamp.t -> 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