Module Values.GetApiKeyRequestSource

A request to get information about the current ApiKey resource.

Sourcetype nonrec t = {
  1. apiKey : String_.t;
    (*

    The identifier of the ApiKey resource.

    *)
  2. includeValue : NullableBoolean.t option;
    (*

    A boolean flag to specify whether (true) or not (false) the result contains the key value.

    *)
}
Sourceval context_ : string
Sourceval make : ?includeValue:??? -> apiKey:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of NullableBoolean.t | `String of String_.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