Module Values.BatchGetFieldRequestSource

Returns the description for the list of fields in the request parameters.

Sourcetype nonrec t = {
  1. domainId : DomainId.t;
    (*

    The unique identifier of the Cases domain.

    *)
  2. fields : BatchGetFieldIdentifierList.t;
    (*

    A list of unique field identifiers.

    *)
}
Sourceval context_ : string
Sourceval make : domainId:DomainId.t -> fields:BatchGetFieldIdentifierList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of FieldId.t ]) list ] list | `String of DomainId.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