Module Values.GetBackendStorageRespObjSource

The response object for this operation.

Sourcetype nonrec t = {
  1. appId : string;
    (*

    The app ID.

    *)
  2. backendEnvironmentName : string;
    (*

    The name of the backend environment.

    *)
  3. resourceConfig : GetBackendStorageResourceConfig.t option;
    (*

    The resource configuration for the backend storage resource.

    *)
  4. resourceName : string option;
    (*

    The name of the storage resource.

    *)
}
Sourceval context_ : string
Sourceval make : ?resourceConfig:??? -> ?resourceName:??? -> appId:string -> backendEnvironmentName:string -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of string | `Structure of (string * [> `Boolean of bool | `Enum of string | `String of string | `Structure of (string * [> `List of [> `Enum of string ] list ]) list ]) 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