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.



7097
7098
7099
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 7097

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



7089
7090
7091
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 7089

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)


7095
7096
7097
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 7095

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7102
7103
7104
7105
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 7102

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