Class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1OrganizationProjectMapping

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/apigee_v1/classes.rb,
lib/google/apis/apigee_v1/representations.rb,
lib/google/apis/apigee_v1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudApigeeV1OrganizationProjectMapping

Returns a new instance of GoogleCloudApigeeV1OrganizationProjectMapping.



4880
4881
4882
# File 'lib/google/apis/apigee_v1/classes.rb', line 4880

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#organizationString

Name of the Apigee organization. Corresponds to the JSON property organization

Returns:

  • (String)


4873
4874
4875
# File 'lib/google/apis/apigee_v1/classes.rb', line 4873

def organization
  @organization
end

#project_idsArray<String>

List of GCP projects associated with the Apigee organization. Corresponds to the JSON property projectIds

Returns:

  • (Array<String>)


4878
4879
4880
# File 'lib/google/apis/apigee_v1/classes.rb', line 4878

def project_ids
  @project_ids
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4885
4886
4887
4888
# File 'lib/google/apis/apigee_v1/classes.rb', line 4885

def update!(**args)
  @organization = args[:organization] if args.key?(:organization)
  @project_ids = args[:project_ids] if args.key?(:project_ids)
end