class Google::Apis::SheetsV4::RowData
Data about each cell in a row.
Attributes
values[RW]
The values in the row, one per column. Corresponds to the JSON property `values` @return [Array<Google::Apis::SheetsV4::CellData>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/sheets_v4/classes.rb, line 8498 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/sheets_v4/classes.rb, line 8503 def update!(**args) @values = args[:values] if args.key?(:values) end