Module Values.SlaInputContentSource

Represents the content of an SLA.

Sourcetype nonrec t = {
  1. slaInputConfiguration : SlaInputConfiguration.t option;
    (*

    Represents an input SLA configuration.

    *)
}
Sourceval make : ?slaInputConfiguration:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Boolean of Boolean.t | `Double of Double.t | `String of FieldValueUnionStringValueString.t | `Structure of 'a list ]) list ] list | `Long of TargetSlaMinutes.t | `String of SlaName.t ]) 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