google_api_sheets v0.0.2 GoogleApi.Sheets.V4.Model.AppendCellsRequest View Source
Adds new cells after the last row with data in a sheet, inserting new rows into the sheet if necessary.
Attributes
- fields (String.t): The fields of CellData that should be updated. At least one field must be specified. The root is the CellData; 'row.values.' should not be specified. A single `"*"` can be used as short-hand for listing every field. Defaults to:
null
. - rows ([RowData]): The data to append. Defaults to:
null
. - sheetId (integer()): The sheet ID to append the data to. Defaults to:
null
.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %GoogleApi.Sheets.V4.Model.AppendCellsRequest{ fields: any(), rows: [GoogleApi.Sheets.V4.Model.RowData.t()], sheetId: any() }