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

ProximityFilter

import type { ProximityFilter } from "https://googleapis.deno.dev/v1/dfareporting:v5.ts";

Contains proximity filter information.

interface ProximityFilter {
fieldId?: number;
radiusBucketType?:
| "RADIUS_BUCKET_TYPE_UNKNOWN"
| "SMALL"
| "MEDIUM"
| "LARGE"
| "MULTI_REGIONAL"
| "NATIONAL";
radiusUnitType?: "RADIUS_UNIT_TYPE_UNKNOWN" | "KILOMETERS" | "MILES";
radiusValue?: number;
}

§Properties

§
fieldId?: number
[src]

Optional. Field ID in the element.

§
radiusBucketType?: "RADIUS_BUCKET_TYPE_UNKNOWN" | "SMALL" | "MEDIUM" | "LARGE" | "MULTI_REGIONAL" | "NATIONAL"
[src]

Optional. The radius bucket type of the proximity filter

§
radiusUnitType?: "RADIUS_UNIT_TYPE_UNKNOWN" | "KILOMETERS" | "MILES"
[src]

Optional. The units of the radius value

§
radiusValue?: number
[src]

Optional. Radius length in units defined by radius_units.