public sealed class CustomAPIPagination.Types.TokenPagination : IMessage<CustomAPIPagination.Types.TokenPagination>, IEquatable<CustomAPIPagination.Types.TokenPagination>, IDeepCloneable<CustomAPIPagination.Types.TokenPagination>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class CustomAPIPagination.Types.TokenPagination.
Use tokens (custom keys) to get the next page of data.
Implements
IMessageCustomAPIPaginationTypesTokenPagination, IEquatableCustomAPIPaginationTypesTokenPagination, IDeepCloneableCustomAPIPaginationTypesTokenPagination, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
TokenPagination()
public TokenPagination()TokenPagination(TokenPagination)
public TokenPagination(CustomAPIPagination.Types.TokenPagination other)| Parameter | |
|---|---|
| Name | Description |
other |
CustomAPIPaginationTypesTokenPagination |
Properties
NextPageTokenJsonPath
public string NextPageTokenJsonPath { get; set; }Required. Enter the field in the API response that contains the URL or token needed to fetch the next page of data.
| Property Value | |
|---|---|
| Type | Description |
string |
|
QueryParam
public string QueryParam { get; set; }Required. Specify the name of the query parameter for next page token in request.
| Property Value | |
|---|---|
| Type | Description |
string |
|