Class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaListTaskEntitiesResponse

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

This is a UI only method and will be moved away. Response for ListTaskEntities.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaListTaskEntitiesResponse

Returns a new instance of GoogleCloudIntegrationsV1alphaListTaskEntitiesResponse.



7828
7829
7830
# File 'lib/google/apis/integrations_v1/classes.rb', line 7828

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

Instance Attribute Details

#task_entitiesArray<Google::Apis::IntegrationsV1::EnterpriseCrmFrontendsEventbusProtoTaskEntity>

The list of the tasks. Corresponds to the JSON property taskEntities



7826
7827
7828
# File 'lib/google/apis/integrations_v1/classes.rb', line 7826

def task_entities
  @task_entities
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7833
7834
7835
# File 'lib/google/apis/integrations_v1/classes.rb', line 7833

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