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

GoogleAdsSearchads360V0Resources__GeoTargetConstant

import type { GoogleAdsSearchads360V0Resources__GeoTargetConstant } from "https://googleapis.deno.dev/v1/searchads360:v0.ts";

A geo target constant.

interface GoogleAdsSearchads360V0Resources__GeoTargetConstant {
readonly canonicalName?: string;
readonly countryCode?: string;
readonly id?: bigint;
readonly name?: string;
readonly parentGeoTarget?: string;
readonly resourceName?: string;
readonly status?:
| "UNSPECIFIED"
| "UNKNOWN"
| "ENABLED"
| "REMOVAL_PLANNED";
readonly targetType?: string;
}

§Properties

§
readonly canonicalName?: string
[src]

Output only. The fully qualified English name, consisting of the target's name and that of its parent and country.

§
readonly countryCode?: string
[src]

Output only. The ISO-3166-1 alpha-2 country code that is associated with the target.

§
readonly id?: bigint
[src]

Output only. The ID of the geo target constant.

§
readonly name?: string
[src]

Output only. Geo target constant English name.

§
readonly parentGeoTarget?: string
[src]

Output only. The resource name of the parent geo target constant. Geo target constant resource names have the form: geoTargetConstants/{parent_geo_target_constant_id}

§
readonly resourceName?: string
[src]

Output only. The resource name of the geo target constant. Geo target constant resource names have the form: geoTargetConstants/{geo_target_constant_id}

§
readonly status?: "UNSPECIFIED" | "UNKNOWN" | "ENABLED" | "REMOVAL_PLANNED"
[src]

Output only. Geo target constant status.

§
readonly targetType?: string
[src]

Output only. Geo target constant target type.