Class: Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaListRuntimeEntitySchemasResponse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaListRuntimeEntitySchemasResponse

Returns a new instance of GoogleCloudIntegrationsV1alphaListRuntimeEntitySchemasResponse.



7433
7434
7435
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 7433

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

Instance Attribute Details

#next_page_tokenString

Next page token. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


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

def next_page_token
  @next_page_token
end

#runtime_entity_schemasArray<Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaRuntimeEntitySchema>

Runtime entity schemas. Corresponds to the JSON property runtimeEntitySchemas



7431
7432
7433
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 7431

def runtime_entity_schemas
  @runtime_entity_schemas
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7438
7439
7440
7441
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 7438

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