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

InstanceAttachment represents the installation of an environment onto an instance.

Attributes

  • createdAt (type: String.t, default: nil) - Output only. Time the attachment was created in milliseconds since epoch.
  • environment (type: String.t, default: nil) - ID of the attached environment.
  • name (type: String.t, default: nil) - Output only. ID of the attachment.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.