Class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ListApimServiceExtensionsResponse

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

Overview

Response for list service extensions.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudApigeeV1ListApimServiceExtensionsResponse

Returns a new instance of GoogleCloudApigeeV1ListApimServiceExtensionsResponse.



6608
6609
6610
# File 'lib/google/apis/apigee_v1/classes.rb', line 6608

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

Instance Attribute Details

#apim_service_extensionsArray<Google::Apis::ApigeeV1::GoogleCloudApigeeV1ApimServiceExtension>

service extension in a given organization. Corresponds to the JSON property apimServiceExtensions



6600
6601
6602
# File 'lib/google/apis/apigee_v1/classes.rb', line 6600

def apim_service_extensions
  @apim_service_extensions
end

#next_page_tokenString

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

Returns:

  • (String)


6606
6607
6608
# File 'lib/google/apis/apigee_v1/classes.rb', line 6606

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6613
6614
6615
6616
# File 'lib/google/apis/apigee_v1/classes.rb', line 6613

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