Module Values.OpenRtbAttributeModuleParametersSource

Describes the parameters of an open RTB attribute module.

Sourcetype nonrec t = {
  1. filterType : FilterType.t;
    (*

    The filter type.

    *)
  2. filterConfiguration : FilterConfiguration.t;
    (*

    Describes the configuration of a filter.

    *)
  3. action : Action.t;
    (*

    Describes a bid action.

    *)
  4. holdbackPercentage : OpenRtbAttributeModuleParametersHoldbackPercentageFloat.t;
    (*

    The hold back percentage.

    *)
}
Sourceval context_ : string
Sourceval make : filterType:FilterType.t -> filterConfiguration:FilterConfiguration.t -> action:Action.t -> holdbackPercentage:OpenRtbAttributeModuleParametersHoldbackPercentageFloat.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Float of OpenRtbAttributeModuleParametersHoldbackPercentageFloat.t | `List of [> `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `String of String_.t ] list | `String of String_.t ]) list ] list ]) list ] list | `Structure of (string * [> `Structure of (string * [> `Integer of NoBidActionNoBidReasonCodeInteger.t | `String of String_.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