Show / Hide Table of Contents

Class DataFilter

Filter that describes what data should be selected or returned from a request.

Inheritance
object
DataFilter
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 DataFilter : IDirectResponseSchema

Properties

A1Range

Selects data that matches the specified A1 range.

Declaration
[JsonProperty("a1Range")]
public virtual string A1Range { get; set; }
Property Value
Type Description
string

DeveloperMetadataLookup

Selects data associated with the developer metadata matching the criteria described by this DeveloperMetadataLookup.

Declaration
[JsonProperty("developerMetadataLookup")]
public virtual DeveloperMetadataLookup DeveloperMetadataLookup { get; set; }
Property Value
Type Description
DeveloperMetadataLookup

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

GridRange

Selects data that matches the range described by the GridRange.

Declaration
[JsonProperty("gridRange")]
public virtual GridRange GridRange { get; set; }
Property Value
Type Description
GridRange

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX