BatchUpdateValuesByDataFilterResponse class

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

Constructors

BatchUpdateValuesByDataFilterResponse({List<UpdateValuesByDataFilterResponse>? responses, String? spreadsheetId, int? totalUpdatedCells, int? totalUpdatedColumns, int? totalUpdatedRows, int? totalUpdatedSheets})
BatchUpdateValuesByDataFilterResponse.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
responses List<UpdateValuesByDataFilterResponse>?
The response for each range updated.
getter/setter pair
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
totalUpdatedCells int?
The total number of cells updated.
getter/setter pair
totalUpdatedColumns int?
The total number of columns where at least one cell in the column was updated.
getter/setter pair
totalUpdatedRows int?
The total number of rows where at least one cell in the row was updated.
getter/setter pair
totalUpdatedSheets int?
The total number of sheets where at least one cell in the sheet 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