Class: Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaListTaskEntitiesResponse
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaListTaskEntitiesResponse
- 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
-
#task_entities ⇒ Array<Google::Apis::IntegrationsV1alpha::EnterpriseCrmFrontendsEventbusProtoTaskEntity>
The list of the tasks.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaListTaskEntitiesResponse
constructor
A new instance of GoogleCloudIntegrationsV1alphaListTaskEntitiesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaListTaskEntitiesResponse
Returns a new instance of GoogleCloudIntegrationsV1alphaListTaskEntitiesResponse.
7623 7624 7625 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 7623 def initialize(**args) update!(**args) end |
Instance Attribute Details
#task_entities ⇒ Array<Google::Apis::IntegrationsV1alpha::EnterpriseCrmFrontendsEventbusProtoTaskEntity>
The list of the tasks.
Corresponds to the JSON property taskEntities
7621 7622 7623 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 7621 def task_entities @task_entities end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7628 7629 7630 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 7628 def update!(**args) @task_entities = args[:task_entities] if args.key?(:task_entities) end |