Module Values.CreateBackendAPIReqObjSource

The request object for this operation.

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

    The name of the backend environment.

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

    The resource configuration for this request.

    *)
  3. resourceName : string;
    (*

    The name of this resource.

    *)
}
Sourceval context_ : string
Sourceval make : 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