BatchUpdateValuesResponse class
The response when updating a range of values in a spreadsheet.
Constructors
- 
          BatchUpdateValuesResponse({List<UpdateValuesResponse> ? responses, String? spreadsheetId, int? totalUpdatedCells, int? totalUpdatedColumns, int? totalUpdatedRows, int? totalUpdatedSheets})
- BatchUpdateValuesResponse.fromJson(Map json_)
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- 
  responses
  ↔ List<UpdateValuesResponse> ?
- 
  One UpdateValuesResponse per requested range, in the same order as the
requests appeared.
  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