Class LineItemFlight
Settings that control the active duration of a line item.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v1.Data
Assembly: Google.Apis.DisplayVideo.v1.dll
Syntax
public class LineItemFlight : IDirectResponseSchema
Properties
DateRange
The flight start and end dates of the line item. They are resolved relative to the parent advertiser's time
zone. * Required when flight_date_type is LINE_ITEM_FLIGHT_DATE_TYPE_CUSTOM. Output only otherwise. * When
creating a new flight, both start_date and end_date must be in the future. * An existing flight with a
start_date in the past has a mutable end_date but an immutable start_date. * end_date must be the
start_date or later, both before the year 2037.
Declaration
[JsonProperty("dateRange")]
public virtual DateRange DateRange { get; set; }
Property Value
| Type | Description |
|---|---|
| DateRange |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FlightDateType
Required. The type of the line item's flight dates.
Declaration
[JsonProperty("flightDateType")]
public virtual string FlightDateType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TriggerId
The ID of the manual trigger associated with the line item. * Required when flight_date_type is
LINE_ITEM_FLIGHT_DATE_TYPE_TRIGGER. Must not be set otherwise. * When set, the line item's flight dates
are inherited from its parent insertion order. * Active line items will spend when the selected trigger is
activated within the parent insertion order's flight dates. Warning: Line Items using manual triggers no
longer serve in Display & Video 360. This field will sunset on August 1, 2023. Read our feature
deprecation announcement for more information.
Declaration
[JsonProperty("triggerId")]
public virtual long? TriggerId { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |