Class PlannableProductCoreAttributes
Core attributes for a plannable product.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v4.Data
Assembly: Google.Apis.DisplayVideo.v4.dll
Syntax
public class PlannableProductCoreAttributes : IDirectResponseSchema
Properties
BuyingMethod
Output only. The buying method.
Declaration
[JsonProperty("buyingMethod")]
public virtual string BuyingMethod { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CostModel
Output only. The cost model.
Declaration
[JsonProperty("costModel")]
public virtual string CostModel { 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 |
ProductCategory
Output only. The product category.
Declaration
[JsonProperty("productCategory")]
public virtual string ProductCategory { get; set; }
Property Value
| Type | Description |
|---|---|
| string |