Module Values.ModuleParametersSource

Describes the parameters of a module.

Sourcetype nonrec t = {
  1. noBid : NoBidModuleParameters.t option;
    (*

    Describes the parameters of a no bid module.

    *)
  2. openRtbAttribute : OpenRtbAttributeModuleParameters.t option;
    (*

    Describes the parameters of an open RTB attribute module.

    *)
  3. rateLimiter : RateLimiterModuleParameters.t option;
    (*

    Describes the parameters of a rate limit.

    *)
}
Sourceval make : ?noBid:??? -> ?openRtbAttribute:??? -> ?rateLimiter:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `Float of NoBidModuleParametersPassThroughPercentageFloat.t | `Integer of NoBidModuleParametersReasonCodeInteger.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 | `String of NoBidModuleParametersReasonString.t | `Structure of (string * [> `Structure of (string * [> `Integer of NoBidActionNoBidReasonCodeInteger.t | `String of String_.t ]) list ]) 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