Module Values.SlaContentSource

Represents the content of an SLA to be returned to agents.

Sourcetype nonrec t = {
  1. slaConfiguration : SlaConfiguration.t option;
    (*

    Represents an SLA configuration.

    *)
}
Sourceval make : ?slaConfiguration:??? -> 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 | `String of SlaName.t | `Timestamp of SlaTargetTime.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