Show / Hide Table of Contents

Class GetSpreadsheetByDataFilterRequest

The request for retrieving a Spreadsheet.

Inheritance
object
GetSpreadsheetByDataFilterRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

ExcludeTablesInBandedRanges

True if tables should be excluded in the banded ranges. False if not set.

Declaration
[JsonProperty("excludeTablesInBandedRanges")]
public virtual bool? ExcludeTablesInBandedRanges { get; set; }
Property Value
Type Description
bool?

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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX