UpdateValuesByDataFilterResponse class
The response when updating a range of values by a data filter in a spreadsheet.
Constructors
- UpdateValuesByDataFilterResponse({DataFilter? dataFilter, int? updatedCells, int? updatedColumns, ValueRange? updatedData, String? updatedRange, int? updatedRows})
- UpdateValuesByDataFilterResponse.fromJson(Map json_)
Properties
- dataFilter ↔ DataFilter?
-
The data filter that selected the range that was updated.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- 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 in the range matched by the dataFilter after all
updates were applied.
getter/setter pair
- updatedRange ↔ String?
-
The range (in [A1 notation](/sheets/api/guides/concepts#cell)) 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