Class ProductMetadata
Metadata for a plannable product.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v4.Data
Assembly: Google.Apis.DisplayVideo.v4.dll
Syntax
public class ProductMetadata : IDirectResponseSchema
Properties
DisplayName
Output only. The name associated with the ad product. For example: "Video View Campaign".
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { 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 |
PlannableProductCode
Output only. The plannable product code (e.g. "YOUTUBE_REACH_MIX").
Declaration
[JsonProperty("plannableProductCode")]
public virtual string PlannableProductCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PlannableProductCoreAttributes
Output only. Core attributes for this product.
Declaration
[JsonProperty("plannableProductCoreAttributes")]
public virtual PlannableProductCoreAttributes PlannableProductCoreAttributes { get; set; }
Property Value
| Type | Description |
|---|---|
| PlannableProductCoreAttributes |
PlannableProductDescription
Output only. The plain-text description of the ad product.
Declaration
[JsonProperty("plannableProductDescription")]
public virtual string PlannableProductDescription { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PlannableTargeting
Output only. The targeting capabilities available for this product.
Declaration
[JsonProperty("plannableTargeting")]
public virtual PlannableTargeting PlannableTargeting { get; set; }
Property Value
| Type | Description |
|---|---|
| PlannableTargeting |