class Google::Apis::ApigeeV1::GoogleCloudApigeeV1OrganizationProjectMapping

Attributes

organization[RW]

Name of the Apigee organization. Corresponds to the JSON property `organization` @return [String]

project_ids[RW]

List of GCP projects associated with the Apigee organization. Corresponds to the JSON property `projectIds` @return [Array<String>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/apigee_v1/classes.rb, line 5140
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/apigee_v1/classes.rb, line 5145
def update!(**args)
  @organization = args[:organization] if args.key?(:organization)
  @project_ids = args[:project_ids] if args.key?(:project_ids)
end