Class: Google::Cloud::Tasks::V2beta3::BatchCreateTasksResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Tasks::V2beta3::BatchCreateTasksResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/tasks/v2beta3/cloudtasks.rb
Overview
Response message for [BatchCreateTasks].
Instance Attribute Summary collapse
-
#tasks ⇒ ::Array<::Google::Cloud::Tasks::V2beta3::Task>
The tasks that were successfully created.
Instance Attribute Details
#tasks ⇒ ::Array<::Google::Cloud::Tasks::V2beta3::Task>
Returns The tasks that were successfully created.
507 508 509 510 |
# File 'proto_docs/google/cloud/tasks/v2beta3/cloudtasks.rb', line 507 class BatchCreateTasksResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |