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

LocationsPlaceActionLinksListOptions

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

Additional options for MyBusinessPlaceActions#locationsPlaceActionLinksList.

interface LocationsPlaceActionLinksListOptions {
filter?: string;
pageSize?: number;
pageToken?: string;
}

§Properties

§
filter?: string
[src]

Optional. A filter constraining the place action links to return. The response includes entries that match the filter. We support only the following filter: 1. place_action_type=XYZ where XYZ is a valid PlaceActionType.

§
pageSize?: number
[src]

Optional. How many place action links to return per page. Default of 10. The minimum is 1.

§
pageToken?: string
[src]

Optional. If specified, returns the next page of place action links.