Class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaListRuntimeActionSchemasResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/integrations_v1/classes.rb,
lib/google/apis/integrations_v1/representations.rb,
lib/google/apis/integrations_v1/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.



9153
9154
9155
# File 'lib/google/apis/integrations_v1/classes.rb', line 9153

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

Instance Attribute Details

#next_page_tokenString

Next page token. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


9146
9147
9148
# File 'lib/google/apis/integrations_v1/classes.rb', line 9146

def next_page_token
  @next_page_token
end

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

Runtime action schemas. Corresponds to the JSON property runtimeActionSchemas



9151
9152
9153
# File 'lib/google/apis/integrations_v1/classes.rb', line 9151

def runtime_action_schemas
  @runtime_action_schemas
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9158
9159
9160
9161
# File 'lib/google/apis/integrations_v1/classes.rb', line 9158

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