Class: Google::Apis::Area120tablesV1alpha1::BatchUpdateRowsResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/area120tables_v1alpha1/classes.rb,
lib/google/apis/area120tables_v1alpha1/representations.rb,
lib/google/apis/area120tables_v1alpha1/representations.rb

Overview

Response message for TablesService.BatchUpdateRows.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ BatchUpdateRowsResponse

Returns a new instance of BatchUpdateRowsResponse.



114
115
116
# File 'lib/google/apis/area120tables_v1alpha1/classes.rb', line 114

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#rowsArray<Google::Apis::Area120tablesV1alpha1::Row>

The updated rows. Corresponds to the JSON property rows



112
113
114
# File 'lib/google/apis/area120tables_v1alpha1/classes.rb', line 112

def rows
  @rows
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



119
120
121
# File 'lib/google/apis/area120tables_v1alpha1/classes.rb', line 119

def update!(**args)
  @rows = args[:rows] if args.key?(:rows)
end