google_api_apigee v0.12.0 GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DeploymentConfig View Source

Attributes

  • attributes (type: map(), default: nil) - Additional key-value metadata about the deployment.
  • basePath (type: String.t, default: nil) - Base path where the application needs to be hosted. Default value is assumed to be "/".
  • location (type: String.t, default: nil) - The location of the proxy bundle, as a uri.
  • name (type: String.t, default: nil) - The name of the API or shared flow revision to be deployed. Must be of the form 'organizations/{org}/apis/{api}/revisions/{rev}' or 'organizations/{org}/sharedflows/{sf}/revisions/{rev}'.
  • proxyUid (type: String.t, default: nil) - The uid of the proxy revision.
  • uid (type: String.t, default: nil) - A unique id that will only change if the deployment is deleted and recreated.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DeploymentConfig{
  attributes: map(),
  basePath: String.t(),
  location: String.t(),
  name: String.t(),
  proxyUid: String.t(),
  uid: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.