Class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ListEnvironmentGroupAttachmentsResponse

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

Overview

Response for ListEnvironmentGroupAttachments.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudApigeeV1ListEnvironmentGroupAttachmentsResponse

Returns a new instance of GoogleCloudApigeeV1ListEnvironmentGroupAttachmentsResponse.



3669
3670
3671
# File 'generated/google/apis/apigee_v1/classes.rb', line 3669

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

Instance Attribute Details

#environment_group_attachmentsArray<Google::Apis::ApigeeV1::GoogleCloudApigeeV1EnvironmentGroupAttachment>

EnvironmentGroupAttachments for the specified environment group. Corresponds to the JSON property environmentGroupAttachments



3661
3662
3663
# File 'generated/google/apis/apigee_v1/classes.rb', line 3661

def environment_group_attachments
  @environment_group_attachments
end

#next_page_tokenString

Page token that you can include in a ListEnvironmentGroupAttachments request to retrieve the next page. If omitted, no subsequent pages exist. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


3667
3668
3669
# File 'generated/google/apis/apigee_v1/classes.rb', line 3667

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3674
3675
3676
3677
# File 'generated/google/apis/apigee_v1/classes.rb', line 3674

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