Show / Hide Table of Contents

Class ProductMetadata

Metadata for a plannable product.

Inheritance
object
ProductMetadata
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX