Class: Google::Cloud::Tasks::V2beta3::BatchCreateTasksResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#tasks::Array<::Google::Cloud::Tasks::V2beta3::Task>

Returns The tasks that were successfully created.

Returns:



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