Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Pagination

import type { Pagination } from "https://googleapis.deno.dev/v1/walletobjects:v1.ts";
interface Pagination {
kind?: string;
nextPageToken?: string;
resultsPerPage?: number;
}

§Properties

§
kind?: string
[src]

Identifies what kind of resource this is. Value: the fixed string "walletobjects#pagination".

§
nextPageToken?: string
[src]

Page token to send to fetch the next page.

§
resultsPerPage?: number
[src]

Number of results returned in this page.