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

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.