Module Values_0.DateTimeDefaultValuesSource

The default values of the DateTimeParameterDeclaration.

Sourcetype nonrec t = {
  1. dynamicValue : DynamicDefaultValue.t option;
    (*

    The dynamic value of the DataTimeDefaultValues. Different defaults are displayed according to users, groups, and values mapping.

    *)
  2. staticValues : DateTimeDefaultValueList.t option;
    (*

    The static values of the DataTimeDefaultValues.

    *)
  3. rollingDate : RollingDateConfiguration.t option;
    (*

    The rolling date of the DataTimeDefaultValues. The date is determined from the dataset based on input expression.

    *)
}
Sourceval make : ?dynamicValue:??? -> ?staticValues:??? -> ?rollingDate:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Timestamp of SensitiveTimestamp.t ] list | `Structure of (string * [> `String of DataSetIdentifier.t | `Structure of (string * [> `String of DataSetIdentifier.t ]) list ]) list ]) 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