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

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

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

Go to the next page number (e.g., page 2).

Inheritance

object > CustomAPIPagination.Types.PageNumberPagination

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

PageNumberPagination()

public PageNumberPagination()

PageNumberPagination(PageNumberPagination)

public PageNumberPagination(CustomAPIPagination.Types.PageNumberPagination other)
Parameter
Name Description
other CustomAPIPaginationTypesPageNumberPagination

Properties

PageNumberQueryParam

public string PageNumberQueryParam { get; set; }

Required. Specify the name of the query parameter for page number in request.

Property Value
Type Description
string