BatchUpdateValuesRequest class
The request for updating more than one range of values in a spreadsheet.
Constructors
- 
          BatchUpdateValuesRequest({List<ValueRange> ? data, bool? includeValuesInResponse, String? responseDateTimeRenderOption, String? responseValueRenderOption, String? valueInputOption})
- BatchUpdateValuesRequest.fromJson(Map json_)
Properties
- 
  data
  ↔ List<ValueRange> ?
- 
  The new values to apply to the spreadsheet.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- includeValuesInResponse ↔ bool?
- 
  Determines if the update response should include the values of the cells
that were updated.
  getter/setter pair
- responseDateTimeRenderOption ↔ String?
- 
  Determines how dates, times, and durations in the response should be
rendered.
  getter/setter pair
- responseValueRenderOption ↔ String?
- 
  Determines how values in the response should be rendered.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- valueInputOption ↔ String?
- 
  How the input data should be interpreted.
Possible string values are:
  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