Module Values_0.RollingDateConfigurationSource

The rolling date configuration of a date time filter.

Sourcetype nonrec t = {
  1. dataSetIdentifier : DataSetIdentifier.t option;
    (*

    The data set that is used in the rolling date configuration.

    *)
  2. expression : Expression.t;
    (*

    The expression of the rolling date configuration.

    *)
}
Sourceval context_ : string
Sourceval make : ?dataSetIdentifier:??? -> expression:Expression.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of DataSetIdentifier.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