UpdateValuesResponse class

The response when updating a range of values in a spreadsheet.

Constructors

UpdateValuesResponse({String? spreadsheetId, int? updatedCells, int? updatedColumns, ValueRange? updatedData, String? updatedRange, int? updatedRows})
UpdateValuesResponse.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spreadsheetId String?
The spreadsheet the updates were applied to.
getter/setter pair
updatedCells int?
The number of cells updated.
getter/setter pair
updatedColumns int?
The number of columns where at least one cell in the column was updated.
getter/setter pair
updatedData ValueRange?
The values of the cells after updates were applied.
getter/setter pair
updatedRange String?
The range (in A1 notation) that updates were applied to.
getter/setter pair
updatedRows int?
The number of rows where at least one cell in the row was updated.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited