google_api_sheets v0.2.0 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
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.Sheets.V4.Model.AppendCellsRequest{
fields: any(),
rows: [GoogleApi.Sheets.V4.Model.RowData.t()],
sheetId: any()
}
t() :: %GoogleApi.Sheets.V4.Model.AppendCellsRequest{ fields: any(), rows: [GoogleApi.Sheets.V4.Model.RowData.t()], sheetId: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.