Module Values.DeleteBackendStorageRequestSource

The request body for DeleteBackendStorage.

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

    The app ID.

    *)
  2. backendEnvironmentName : string;
    (*

    The name of the backend environment.

    *)
  3. resourceName : string;
    (*

    The name of the storage resource.

    *)
  4. serviceName : ServiceName.t;
    (*

    The name of the storage service.

    *)
}
Sourceval context_ : string
Sourceval make : appId:string -> backendEnvironmentName:string -> resourceName:string -> serviceName:ServiceName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of string ]) 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