Show / Hide Table of Contents

Class MatchedValueRange

A value range that was matched by one or more data filers.

Inheritance
System.Object
MatchedValueRange
Implements
IDirectResponseSchema
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class MatchedValueRange : object, IDirectResponseSchema

Properties

DataFilters

The DataFilters from the request that matched the range of values.

Declaration
public virtual IList<DataFilter> DataFilters { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<DataFilter>

ETag

The ETag of the item.

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

ValueRange

The values matched by the DataFilter.

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

Implements

IDirectResponseSchema
Back to top