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

GoogleAdsSearchads360V0Resources__ProductBiddingCategoryConstant

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

A Product Bidding Category.

interface GoogleAdsSearchads360V0Resources__ProductBiddingCategoryConstant {
readonly countryCode?: string;
readonly id?: bigint;
readonly languageCode?: string;
readonly level?:
| "UNSPECIFIED"
| "UNKNOWN"
| "LEVEL1"
| "LEVEL2"
| "LEVEL3"
| "LEVEL4"
| "LEVEL5";
readonly localizedName?: string;
readonly productBiddingCategoryConstantParent?: string;
readonly resourceName?: string;
readonly status?:
| "UNSPECIFIED"
| "UNKNOWN"
| "ACTIVE"
| "OBSOLETE";
}

§Properties

§
readonly countryCode?: string
[src]

Output only. Two-letter upper-case country code of the product bidding category.

§
readonly id?: bigint
[src]

Output only. ID of the product bidding category. This ID is equivalent to the google_product_category ID as described in this article: https://support.google.com/merchants/answer/6324436.

§
readonly languageCode?: string
[src]

Output only. Language code of the product bidding category.

§
readonly level?: "UNSPECIFIED" | "UNKNOWN" | "LEVEL1" | "LEVEL2" | "LEVEL3" | "LEVEL4" | "LEVEL5"
[src]

Output only. Level of the product bidding category.

§
readonly localizedName?: string
[src]

Output only. Display value of the product bidding category localized according to language_code.

§
readonly productBiddingCategoryConstantParent?: string
[src]

Output only. Resource name of the parent product bidding category.

§
readonly resourceName?: string
[src]

Output only. The resource name of the product bidding category. Product bidding category resource names have the form: productBiddingCategoryConstants/{country_code}~{level}~{id}

§
readonly status?: "UNSPECIFIED" | "UNKNOWN" | "ACTIVE" | "OBSOLETE"
[src]

Output only. Status of the product bidding category.