class Google::Apis::Area120tablesV1alpha1::BatchDeleteRowsRequest
Request message for TablesService.BatchDeleteRows
Attributes
names[RW]
Required. The names of the rows to delete. All rows must belong to the parent table or else the entire batch will fail. A maximum of 500 rows can be deleted in a batch. Format: tables/`table`/rows/`row` Corresponds to the JSON property `names` @return [Array<String>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/area120tables_v1alpha1/classes.rb, line 75 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 80 def update!(**args) @names = args[:names] if args.key?(:names) end