View Source GoogleApi.Sheets.V4.Model.AppendValuesResponse (google_api_sheets v0.34.0)
The response when updating a range of values in a spreadsheet.
Attributes
-
spreadsheetId
(type:String.t
, default:nil
) - The spreadsheet the updates were applied to. -
tableRange
(type:String.t
, default:nil
) - The range (in A1 notation) of the table that values are being appended to (before the values were appended). Empty if no table was found. -
updates
(type:GoogleApi.Sheets.V4.Model.UpdateValuesResponse.t
, default:nil
) - Information about the updates that were applied.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Sheets.V4.Model.AppendValuesResponse{ spreadsheetId: String.t() | nil, tableRange: String.t() | nil, updates: GoogleApi.Sheets.V4.Model.UpdateValuesResponse.t() | nil }