class Google::Apis::Area120tablesV1alpha1::BatchCreateRowsResponse

Response message for TablesService.BatchCreateRows.

Attributes

rows[RW]

The created 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 54
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 59
def update!(**args)
  @rows = args[:rows] if args.key?(:rows)
end