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

ListPlaceActionLinksResponse

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

Response message for PlaceActions.ListPlaceActionLinks.

interface ListPlaceActionLinksResponse {
nextPageToken?: string;
placeActionLinks?: PlaceActionLink[];
}

§Properties

§
nextPageToken?: string
[src]

If there are more place action links than the requested page size, then this field is populated with a token to fetch the next page of results.