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

ListVerificationsResponse

import type { ListVerificationsResponse } from "https://googleapis.deno.dev/v1/mybusinessverifications:v1.ts";

Response message for Verifications.ListVerifications.

interface ListVerificationsResponse {
nextPageToken?: string;
verifications?: Verification[];
}

§Properties

§
nextPageToken?: string
[src]

If the number of verifications exceeded the requested page size, this field will be populated with a token to fetch the next page of verification on a subsequent call. If there are no more attributes, this field will not be present in the response.

§
verifications?: Verification[]
[src]

List of the verifications.