Class: Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaListRuntimeActionSchemasResponse

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 listing RuntimeActionSchemas for a specific Connection.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaListRuntimeActionSchemasResponse

Returns a new instance of GoogleCloudIntegrationsV1alphaListRuntimeActionSchemasResponse.



7670
7671
7672
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 7670

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

Instance Attribute Details

#next_page_tokenString

Next page token. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


7663
7664
7665
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 7663

def next_page_token
  @next_page_token
end

#runtime_action_schemasArray<Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaRuntimeActionSchema>

Runtime action schemas. Corresponds to the JSON property runtimeActionSchemas



7668
7669
7670
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 7668

def runtime_action_schemas
  @runtime_action_schemas
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7675
7676
7677
7678
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 7675

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