Show / Hide Table of Contents

Class PlannedProduct

Configuration for a specific product in the plan.

Inheritance
object
PlannedProduct
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 PlannedProduct : IDirectResponseSchema

Properties

AdvancedProductTargeting

Optional. Optional line item level targeting overrides.

Declaration
[JsonProperty("advancedProductTargeting")]
public virtual AdvancedProductTargeting AdvancedProductTargeting { get; set; }
Property Value
Type Description
AdvancedProductTargeting

BudgetMicros

Required. The budget for this product in micros.

Declaration
[JsonProperty("budgetMicros")]
public virtual long? BudgetMicros { 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

PlannableProductCode

Required. The code for the product, e.g. "VIDEO_REACH_CAMPAIGN".

Declaration
[JsonProperty("plannableProductCode")]
public virtual string PlannableProductCode { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX