Values.CreateBackendStorageRequestSourceThe request body for CreateBackendStorage.
type nonrec t = {appId : string;The app ID.
*)backendEnvironmentName : string;The name of the backend environment.
*)resourceConfig : CreateBackendStorageResourceConfig.t;The resource configuration for creating backend storage.
*)resourceName : string;The name of the storage resource.
*)}val make :
appId:string ->
backendEnvironmentName:string ->
resourceConfig:CreateBackendStorageResourceConfig.t ->
resourceName:string ->
unit ->
t