google_api_apigee v0.2.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}'.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

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

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.