sheets  v4
Properties | List of all members
Google.Apis.Sheets.v4.Data.GetSpreadsheetByDataFilterRequest Class Reference

The request for retrieving a Spreadsheet. More...

Inheritance diagram for Google.Apis.Sheets.v4.Data.GetSpreadsheetByDataFilterRequest:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual System.Collections.Generic.IList< DataFilterDataFilters [get, set]
 The DataFilters used to select which ranges to retrieve from the spreadsheet. More...
 
virtual System.Nullable< bool > IncludeGridData [get, set]
 True if grid data should be returned. This parameter is ignored if a field mask was set in the request. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

The request for retrieving a Spreadsheet.

Property Documentation

◆ DataFilters

virtual System.Collections.Generic.IList<DataFilter> Google.Apis.Sheets.v4.Data.GetSpreadsheetByDataFilterRequest.DataFilters
getset

The DataFilters used to select which ranges to retrieve from the spreadsheet.

◆ ETag

virtual string Google.Apis.Sheets.v4.Data.GetSpreadsheetByDataFilterRequest.ETag
getset

The ETag of the item.

◆ IncludeGridData

virtual System.Nullable<bool> Google.Apis.Sheets.v4.Data.GetSpreadsheetByDataFilterRequest.IncludeGridData
getset

True if grid data should be returned. This parameter is ignored if a field mask was set in the request.


The documentation for this class was generated from the following file: