Module Values.BatchGetCustomDataIdentifiersRequestSource

Retrieves information about one or more custom data identifiers.

Sourcetype nonrec t = {
  1. ids : string list option;
    (*

    An array of custom data identifier IDs, one for each custom data identifier to retrieve information about.

    *)
}
Sourceval make : ?ids:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of string ] 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