Module Values_1.DateTimeParameterSource

A date-time parameter.

Sourcetype nonrec t = {
  1. name : Values_0.NonEmptyString.t;
    (*

    A display name for the date-time parameter.

    *)
  2. values : SensitiveTimestampList.t;
    (*

    The values for the date-time parameter.

    *)
}
Sourceval context_ : string
Sourceval make : name:Values_0.NonEmptyString.t -> values:SensitiveTimestampList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Timestamp of Values_0.SensitiveTimestamp.t ] list | `String of Values_0.NonEmptyString.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