Values.CreateBackendAPIRequestSourceThe request body for CreateBackendAPI.
type nonrec t = {appId : string;The app ID.
*)backendEnvironmentName : string;The name of the backend environment.
*)resourceConfig : BackendAPIResourceConfig.t;The resource configuration for this request.
*)resourceName : string;The name of this resource.
*)}val make :
appId:string ->
backendEnvironmentName:string ->
resourceConfig:BackendAPIResourceConfig.t ->
resourceName:string ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of string
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Double of float | `String of string ])
list ])
list ]
list
| `String of string
| `Structure of
(string
* [> `Enum of string
| `Structure of
(string * [> `Double of float | `String of string ]) list ])
list ])
list ])
list ]