Interface PlaceZoneMetadataOptions

Query param options for getting child metadata

interface PlaceZoneMetadataOptions {
    include_parent?: boolean;
    name?: string;
}

Hierarchy (View Summary)

Properties

include_parent?: boolean

Include parent metadata in the results (included by default)

name?: string

The name of the metadata key to return