View Source GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_ProductBiddingCategoryConstant (google_api_search_ads360 v0.2.0)
A Product Bidding Category.
Attributes
-
countryCode
(type:String.t
, default:nil
) - Output only. Two-letter upper-case country code of the product bidding category. -
id
(type:String.t
, default:nil
) - 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. -
languageCode
(type:String.t
, default:nil
) - Output only. Language code of the product bidding category. -
level
(type:String.t
, default:nil
) - Output only. Level of the product bidding category. -
localizedName
(type:String.t
, default:nil
) - Output only. Display value of the product bidding category localized according to language_code. -
productBiddingCategoryConstantParent
(type:String.t
, default:nil
) - Output only. Resource name of the parent product bidding category. -
resourceName
(type:String.t
, default:nil
) - Output only. The resource name of the product bidding category. Product bidding category resource names have the form:productBiddingCategoryConstants/{country_code}~{level}~{id}
-
status
(type:String.t
, default:nil
) - Output only. Status of the product bidding category.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_ProductBiddingCategoryConstant{ countryCode: String.t() | nil, id: String.t() | nil, languageCode: String.t() | nil, level: String.t() | nil, localizedName: String.t() | nil, productBiddingCategoryConstantParent: String.t() | nil, resourceName: String.t() | nil, status: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.