Module Values.SubscriptionLimitsSource

Limits settings for your subscription.

Sourcetype nonrec t = {
  1. protectionLimits : ProtectionLimits.t option;
    (*

    Limits settings on protections for your subscription.

    *)
  2. protectionGroupLimits : ProtectionGroupLimits.t option;
    (*

    Limits settings on protection groups for your subscription.

    *)
}
Sourceval make : ?protectionLimits:??? -> ?protectionGroupLimits:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `List of [> `Structure of (string * [> `Long of Long.t | `String of String_.t ]) list ] list | `Long of Long.t | `Structure of (string * [> `Structure of (string * [> `Long of Long.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