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

ListAttributeMetadataResponse

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

Response for AttributesService.ListAttributeMetadata.

interface ListAttributeMetadataResponse {
attributeMetadata?: AttributeMetadata[];
nextPageToken?: string;
}

§Properties

§
attributeMetadata?: AttributeMetadata[]
[src]

A collection of attribute metadata for the available attributes.

§
nextPageToken?: string
[src]

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