google_api_sheets v0.10.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 (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

Link to this type

t()

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

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.