Class GetSpreadsheetByDataFilterRequest
The request for retrieving a Spreadsheet.
Implements
Inherited Members
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class GetSpreadsheetByDataFilterRequest : IDirectResponseSchema
Properties
DataFilters
The DataFilters used to select which ranges to retrieve from the spreadsheet.
Declaration
[JsonProperty("dataFilters")]
public virtual IList<DataFilter> DataFilters { get; set; }
Property Value
Type | Description |
---|---|
IList<DataFilter> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IncludeGridData
True if grid data should be returned. This parameter is ignored if a field mask was set in the request.
Declaration
[JsonProperty("includeGridData")]
public virtual bool? IncludeGridData { get; set; }
Property Value
Type | Description |
---|---|
bool? |