google_api_sheets v0.14.0 GoogleApi.Sheets.V4.Model.AppendValuesResponse View Source
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.
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 Sourcet() :: %GoogleApi.Sheets.V4.Model.AppendValuesResponse{ spreadsheetId: String.t(), tableRange: String.t(), updates: GoogleApi.Sheets.V4.Model.UpdateValuesResponse.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.