class Google::Apis::Area120tablesV1alpha1::BatchUpdateRowsResponse

Response message for TablesService.BatchUpdateRows.

Attributes

rows[RW]

The updated rows. Corresponds to the JSON property `rows` @return [Array<Google::Apis::Area120tablesV1alpha1::Row>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/area120tables_v1alpha1/classes.rb, line 114
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 119
def update!(**args)
  @rows = args[:rows] if args.key?(:rows)
end