class Google::Apis::Area120tablesV1alpha1::BatchCreateRowsRequest
Request message for TablesService.BatchCreateRows.
Attributes
requests[RW]
Required. The request message specifying the rows to create. A maximum of 500 rows can be created in a single batch. Corresponds to the JSON property `requests` @return [Array<Google::Apis::Area120tablesV1alpha1::CreateRowRequest>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/area120tables_v1alpha1/classes.rb, line 35 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/area120tables_v1alpha1/classes.rb, line 40 def update!(**args) @requests = args[:requests] if args.key?(:requests) end