Show / Hide Table of Contents

Class GoogleAdsSearchads360V0ResourcesProductBiddingCategoryConstant

A Product Bidding Category.

Inheritance
object
GoogleAdsSearchads360V0ResourcesProductBiddingCategoryConstant
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX