Module Values.GetResourceSetRequestSource

Gets information about a specific resource set.

Sourcetype nonrec t = {
  1. identifier : Base62Id.t;
    (*

    A unique identifier for the resource set, used in a request to refer to the resource set.

    *)
}
Sourceval context_ : string
Sourceval make : identifier:Base62Id.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Base62Id.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