Table of Contents

Class QueryResponse<T>

public class QueryResponse<T>

Type Parameters

T
Inheritance
QueryResponse<T>
Inherited Members
Extension Methods

Properties

Created

public UnixTime? Created { get; set; }

Property Value

UnixTime?

Data

public T[] Data { get; set; }

Property Value

T[]

FirstId

public string FirstId { get; set; }

Property Value

string

HasMore

Indicates if there are more items beyond the current page.

public bool HasMore { get; set; }

Property Value

bool

LastId

public string LastId { get; set; }

Property Value

string

NextPageToken

The next page token for pagination (optional).

public string NextPageToken { get; set; }

Property Value

string

Object

public string Object { get; set; }

Property Value

string

TotalCount

Total number of items found (if requested).

public int? TotalCount { get; set; }

Property Value

int?