Show / Hide Table of Contents

Class BatchGetValuesByDataFilterResponse

The response when retrieving more than one range of values in a spreadsheet selected by DataFilters.

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

Properties

ETag

The ETag of the item.

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

SpreadsheetId

The ID of the spreadsheet the data was retrieved from.

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

ValueRanges

The requested values with the list of data filters that matched them.

Declaration
[JsonProperty("valueRanges")]
public virtual IList<MatchedValueRange> ValueRanges { get; set; }
Property Value
Type Description
IList<MatchedValueRange>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX