BatchGetValuesByDataFilterRequest class

The request for retrieving a range of values in a spreadsheet selected by a set of DataFilters.

Constructors

BatchGetValuesByDataFilterRequest({List<DataFilter>? dataFilters, String? dateTimeRenderOption, String? majorDimension, String? valueRenderOption})
BatchGetValuesByDataFilterRequest.fromJson(Map json_)

Properties

dataFilters List<DataFilter>?
The data filters used to match the ranges of values to retrieve.
getter/setter pair
dateTimeRenderOption String?
How dates, times, and durations should be represented in the output.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
majorDimension String?
The major dimension that results should use.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
valueRenderOption String?
How values should be represented in the output.
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