Table of Contents

Class TokenQuery

public class TokenQuery : Query
Inheritance
TokenQuery
Inherited Members
Extension Methods

Constructors

TokenQuery(int?, string)

public TokenQuery(int? size = null, string pageToken = null)

Parameters

size int?
pageToken string

Properties

PageToken

Optional. A page token, received from a previous corpora.list call. Provide the nextPageToken returned in the response as an argument to the next request to retrieve the next page. When paginating, all other parameters provided to corpora.list must match the call that provided the page token.

public string PageToken { get; set; }

Property Value

string