Class: Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaListIntegrationTemplateVersionsResponse

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

Overview

Response for IntegrationTemplateVersions.ListIntegrationTemplateVersions.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaListIntegrationTemplateVersionsResponse

Returns a new instance of GoogleCloudIntegrationsV1alphaListIntegrationTemplateVersionsResponse.



7419
7420
7421
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 7419

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

Instance Attribute Details

#integration_template_versionsArray<Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaIntegrationTemplateVersion>

The IntegrationTemplateVersions which match the request. Corresponds to the JSON property integrationTemplateVersions



7411
7412
7413
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 7411

def integration_template_versions
  @integration_template_versions
end

#next_page_tokenString

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


7417
7418
7419
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 7417

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7424
7425
7426
7427
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 7424

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