class Google::Apis::ApigeeV1::GoogleCloudApigeeV1ListOrganizationsResponse

Attributes

organizations[RW]

List of Apigee organizations and associated GCP projects. Corresponds to the JSON property `organizations` @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1OrganizationProjectMapping>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/apigee_v1/classes.rb, line 4502
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 4507
def update!(**args)
  @organizations = args[:organizations] if args.key?(:organizations)
end