Class GoogleAdsSearchads360V23ResourcesProductCategoryConstant
A Product Category.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesProductCategoryConstant : IDirectResponseSchema
Properties
CategoryId
Output only. The ID of the product 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("categoryId")]
public virtual long? CategoryId { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Level
Output only. Level of the product category.
Declaration
[JsonProperty("level")]
public virtual string Level { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Localizations
Output only. List of all available localizations of the product category.
Declaration
[JsonProperty("localizations")]
public virtual IList<GoogleAdsSearchads360V23ResourcesProductCategoryConstantProductCategoryLocalization> Localizations { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleAdsSearchads360V23ResourcesProductCategoryConstantProductCategoryLocalization> |
ProductCategoryConstantParent
Output only. Resource name of the parent product category.
Declaration
[JsonProperty("productCategoryConstantParent")]
public virtual string ProductCategoryConstantParent { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ResourceName
Output only. The resource name of the product category. Product category resource names have the form:
productCategoryConstants/{level}~{category_id}
Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
State
Output only. State of the product category.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
| Type | Description |
|---|---|
| string |