Values.OpenRtbAttributeModuleParametersSourceDescribes the parameters of an open RTB attribute module.
type nonrec t = {filterType : FilterType.t;The filter type.
*)filterConfiguration : FilterConfiguration.t;Describes the configuration of a filter.
*)action : Action.t;Describes a bid action.
*)holdbackPercentage : OpenRtbAttributeModuleParametersHoldbackPercentageFloat.t;The hold back percentage.
*)}val make :
filterType:FilterType.t ->
filterConfiguration:FilterConfiguration.t ->
action:Action.t ->
holdbackPercentage:OpenRtbAttributeModuleParametersHoldbackPercentageFloat.t ->
unit ->
tval 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 ]