Module Values_0.ExcludePeriodConfigurationSource

The exclude period of TimeRangeFilter or RelativeDatesFilter.

Sourcetype nonrec t = {
  1. amount : Integer.t;
    (*

    The amount or number of the exclude period.

    *)
  2. granularity : TimeGranularity.t;
    (*

    The granularity or unit (day, month, year) of the exclude period.

    *)
  3. status : WidgetStatus.t option;
    (*

    The status of the exclude period. Choose from the following options: ENABLED DISABLED

    *)
}
Sourceval context_ : string
Sourceval make : ?status:??? -> amount:Integer.t -> granularity:TimeGranularity.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Integer of Integer.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