Module Values.QuickResponseOrderFieldSource

The quick response fields to order the quick response query results by. The following is the list of supported field names. name description shortcutKey isActive channels language contentType createdTime lastModifiedTime lastModifiedBy groupingConfiguration.criteria groupingConfiguration.values

Sourcetype nonrec t = {
  1. name : NonEmptyString.t;
    (*

    The name of the attribute to order the quick response query results by.

    *)
  2. order : Order.t option;
    (*

    The order at which the quick responses are sorted by.

    *)
}
Sourceval context_ : string
Sourceval make : ?order:??? -> name:NonEmptyString.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of NonEmptyString.t ]) 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