View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DeploymentGroupConfig (google_api_apigee v0.46.0)

DeploymentGroupConfig represents a deployment group that should be present in a particular environment.

Attributes

  • deploymentGroupType (type: String.t, default: nil) - Type of the deployment group, which will be either Standard or Extensible.
  • name (type: String.t, default: nil) - Name of the deployment group in the following format: organizations/{org}/environments/{env}/deploymentGroups/{group}.
  • revisionId (type: String.t, default: nil) - Revision number which can be used by the runtime to detect if the deployment group has changed between two versions.
  • uid (type: String.t, default: nil) - Unique ID. The ID will only change if the deployment group is deleted and recreated.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DeploymentGroupConfig{
  deploymentGroupType: String.t() | nil,
  name: String.t() | nil,
  revisionId: String.t() | nil,
  uid: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.