GetSpreadsheetByDataFilterRequest class

The request for retrieving a Spreadsheet.

Constructors

GetSpreadsheetByDataFilterRequest({List<DataFilter>? dataFilters, bool? excludeTablesInBandedRanges, bool? includeGridData})
GetSpreadsheetByDataFilterRequest.fromJson(Map json_)

Properties

dataFilters ↔ List<DataFilter>?
The DataFilters used to select which ranges to retrieve from the spreadsheet.
getter/setter pair
excludeTablesInBandedRanges ↔ bool?
True if tables should be excluded in the banded ranges.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
includeGridData ↔ bool?
True if grid data should be returned.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

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