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

ListPlaceActionTypeMetadataResponse

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

Response message for PlaceActions.ListPlaceActionTypeMetadata.

interface ListPlaceActionTypeMetadataResponse {
nextPageToken?: string;
placeActionTypeMetadata?: PlaceActionTypeMetadata[];
}

§Properties

§
nextPageToken?: string
[src]

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

§
placeActionTypeMetadata?: PlaceActionTypeMetadata[]
[src]

A collection of metadata for the available place action types.