Class Pricing
Assembly: Google.Apis.Dfareporting.v4.dll
Syntax
public class Pricing : IDirectResponseSchema
Properties
CapCostType
Cap cost type of this inventory item.
Declaration
[JsonProperty("capCostType")]
public virtual string CapCostType { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
EndDate
Declaration
[JsonProperty("endDate")]
public virtual string EndDate { get; set; }
Property Value
Flights
Flights of this inventory item. A flight (a.k.a. pricing period) represents the inventory item pricing
information for a specific period of time.
Declaration
[JsonProperty("flights")]
public virtual IList<Flight> Flights { get; set; }
Property Value
GroupType
Group type of this inventory item if it represents a placement group. Is null otherwise. There are two type
of placement groups: PLANNING_PLACEMENT_GROUP_TYPE_PACKAGE is a simple group of inventory items that acts as
a single pricing point for a group of tags. PLANNING_PLACEMENT_GROUP_TYPE_ROADBLOCK is a group of inventory
items that not only acts as a single pricing point, but also assumes that all the tags in it will be served
at the same time. A roadblock requires one of its assigned inventory items to be marked as primary.
Declaration
[JsonProperty("groupType")]
public virtual string GroupType { get; set; }
Property Value
PricingType
Pricing type of this inventory item.
Declaration
[JsonProperty("pricingType")]
public virtual string PricingType { get; set; }
Property Value
StartDate
Declaration
[JsonProperty("startDate")]
public virtual string StartDate { get; set; }
Property Value
Implements