Chronicle v1 API - Class CustomAPIPagination.Types.LinkPagination (1.1.0)

public sealed class CustomAPIPagination.Types.LinkPagination : IMessage<CustomAPIPagination.Types.LinkPagination>, IEquatable<CustomAPIPagination.Types.LinkPagination>, IDeepCloneable<CustomAPIPagination.Types.LinkPagination>, IBufferMessage, IMessage

Reference documentation and code samples for the Chronicle v1 API class CustomAPIPagination.Types.LinkPagination.

Follow links provided in the response to get more data.

Inheritance

object > CustomAPIPagination.Types.LinkPagination

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

LinkPagination()

public LinkPagination()

LinkPagination(LinkPagination)

public LinkPagination(CustomAPIPagination.Types.LinkPagination other)
Parameter
Name Description
other CustomAPIPaginationTypesLinkPagination

Properties

NextPageLinkJsonPath

public string NextPageLinkJsonPath { 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