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

EnvironmentGroupAttachment is a resource which defines an attachment of an environment to an environment group.

Attributes

  • createdAt (type: String.t, default: nil) - Output only. The time at which the environment group attachment was created as milliseconds since epoch.
  • environment (type: String.t, default: nil) - Required. ID of the attached environment.
  • environmentGroupId (type: String.t, default: nil) - Output only. ID of the environment group.
  • name (type: String.t, default: nil) - ID of the environment group attachment.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1EnvironmentGroupAttachment{
  createdAt: String.t() | nil,
  environment: String.t() | nil,
  environmentGroupId: String.t() | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.