Module Values_0.AssignSlaActionDefinitionSource

The AssignSla action definition.

Sourcetype nonrec t = {
  1. slaAssignmentType : SlaAssignmentType.t;
    (*

    Type of SLA assignment.

    *)
  2. caseSlaConfiguration : CaseSlaConfiguration.t option;
    (*

    The SLA configuration for Case SLA Assignment.

    *)
}
Sourceval context_ : string
Sourceval make : ?caseSlaConfiguration:??? -> slaAssignmentType:SlaAssignmentType.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Boolean of Boolean.t | `Double of Double.t | `String of FieldStringValue.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