Metadata

Describes the Metadata of a paginated service
interface Metadata

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

nextPageToken
Link copied to clipboard
Identifies the next page
abstract val nextPageToken: String?
page
Link copied to clipboard
Current Page
abstract val page: Int
pageSize
Link copied to clipboard
Number of result per page
abstract val pageSize: Int
previousPageToken
Link copied to clipboard
Identifies the previous page
abstract val previousPageToken: String?