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

Attributes

  • location (type: String.t, default: nil) - Output only. The Google Cloud region where control plane data is located. For more information, see https://cloud.google.com/about/locations/.
  • organization (type: String.t, default: nil) - Name of the Apigee organization.
  • projectId (type: String.t, default: nil) - Google Cloud project associated with the Apigee organization
  • projectIds (type: list(String.t), default: nil) - DEPRECATED: Use project_id. An Apigee Organization is mapped to a single project.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1OrganizationProjectMapping{
  location: String.t() | nil,
  organization: String.t() | nil,
  projectId: String.t() | nil,
  projectIds: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.