Module Values.CreateBackendAPIRequestSource

The request body for CreateBackendAPI.

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

    The app ID.

    *)
  2. backendEnvironmentName : string;
    (*

    The name of the backend environment.

    *)
  3. resourceConfig : BackendAPIResourceConfig.t;
    (*

    The resource configuration for this request.

    *)
  4. resourceName : string;
    (*

    The name of this resource.

    *)
}
Sourceval context_ : string
Sourceval make : appId:string -> backendEnvironmentName:string -> resourceConfig:BackendAPIResourceConfig.t -> resourceName:string -> unit -> t
Sourceval 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 ]
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