Class: Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaListTaskEntitiesResponse

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

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.



7529
7530
7531
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 7529

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

Instance Attribute Details

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

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



7527
7528
7529
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 7527

def task_entities
  @task_entities
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7534
7535
7536
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 7534

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