class Google::Apis::Area120tablesV1alpha1::BatchUpdateRowsRequest
Request message for TablesService.BatchUpdateRows.
Attributes
requests[RW]
Required. The request messages specifying the rows to update. A maximum of 500 rows can be modified in a single batch. Corresponds to the JSON property `requests` @return [Array<Google::Apis::Area120tablesV1alpha1::UpdateRowRequest>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/area120tables_v1alpha1/classes.rb, line 95 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 100 def update!(**args) @requests = args[:requests] if args.key?(:requests) end