Class GoogleAdsSearchads360V0ResourcesProductBiddingCategoryConstant
A Product Bidding Category.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v0.Data
Assembly: Google.Apis.SA360.v0.dll
Syntax
public class GoogleAdsSearchads360V0ResourcesProductBiddingCategoryConstant : IDirectResponseSchema
Properties
CountryCode
Output only. Two-letter upper-case country code of the product bidding category.
Declaration
[JsonProperty("countryCode")]
public virtual string CountryCode { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
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.
Declaration
[JsonProperty("id")]
public virtual long? Id { get; set; }
Property Value
Type | Description |
---|---|
long? |
LanguageCode
Output only. Language code of the product bidding category.
Declaration
[JsonProperty("languageCode")]
public virtual string LanguageCode { get; set; }
Property Value
Type | Description |
---|---|
string |
Level
Output only. Level of the product bidding category.
Declaration
[JsonProperty("level")]
public virtual string Level { get; set; }
Property Value
Type | Description |
---|---|
string |
LocalizedName
Output only. Display value of the product bidding category localized according to language_code.
Declaration
[JsonProperty("localizedName")]
public virtual string LocalizedName { get; set; }
Property Value
Type | Description |
---|---|
string |
ProductBiddingCategoryConstantParent
Output only. Resource name of the parent product bidding category.
Declaration
[JsonProperty("productBiddingCategoryConstantParent")]
public virtual string ProductBiddingCategoryConstantParent { get; set; }
Property Value
Type | Description |
---|---|
string |
ResourceName
Output only. The resource name of the product bidding category. Product bidding category resource names have
the form: productBiddingCategoryConstants/{country_code}~{level}~{id}
Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
Type | Description |
---|---|
string |
Status
Output only. Status of the product bidding category.
Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
Type | Description |
---|---|
string |