GoogleApi.Sheets.V4.Model.AppendCellsRequest (google_api_sheets v0.28.1) View Source

Adds new cells after the last row with data in a sheet, inserting new rows into the sheet if necessary.

Attributes

  • fields (type: String.t, default: nil) - 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.
  • rows (type: list(GoogleApi.Sheets.V4.Model.RowData.t), default: nil) - The data to append.
  • sheetId (type: integer(), default: nil) - The sheet ID to append the data to.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Sheets.V4.Model.AppendCellsRequest{
  fields: String.t() | nil,
  rows: [GoogleApi.Sheets.V4.Model.RowData.t()] | nil,
  sheetId: integer() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.