The forecasted delivery of a ProspectiveLineItem.
More...
|
long | lineItemId [get, set] |
| Uniquely identifies this line item delivery forecast. This value is read-only and will be either the ID of the LineItem object it represents, or More...
|
|
bool | lineItemIdSpecified [get, set] |
|
long | orderId [get, set] |
| The unique ID for the Order object that this line item belongs to, or More...
|
|
bool | orderIdSpecified [get, set] |
|
UnitType | unitType [get, set] |
| The unit with which the goal or cap of the LineItem is defined. Will be the same value as Goal::unitType for both a set line item or a prospective one. More...
|
|
bool | unitTypeSpecified [get, set] |
|
long | predictedDeliveryUnits [get, set] |
| The number of units, defined by Goal::unitType, that will be delivered by the line item. Delivery of existing line items that are of same or lower priorities may be impacted. More...
|
|
bool | predictedDeliveryUnitsSpecified [get, set] |
|
long | deliveredUnits [get, set] |
| The number of units, defined by Goal::unitType, that have already been served if the reservation is already running. More...
|
|
bool | deliveredUnitsSpecified [get, set] |
|
long | matchedUnits [get, set] |
| The number of units, defined by Goal::unitType, that match the specified LineItem::targeting and delivery settings. More...
|
|
bool | matchedUnitsSpecified [get, set] |
|
The forecasted delivery of a ProspectiveLineItem.
long Google.Api.Ads.AdManager.v202311.LineItemDeliveryForecast.deliveredUnits |
|
getset |
The number of units, defined by Goal::unitType, that have already been served if the reservation is already running.
bool Google.Api.Ads.AdManager.v202311.LineItemDeliveryForecast.deliveredUnitsSpecified |
|
getset |
long Google.Api.Ads.AdManager.v202311.LineItemDeliveryForecast.lineItemId |
|
getset |
Uniquely identifies this line item delivery forecast. This value is read-only and will be either the ID of the LineItem object it represents, or
null
if the forecast represents a prospective line item.
bool Google.Api.Ads.AdManager.v202311.LineItemDeliveryForecast.lineItemIdSpecified |
|
getset |
true
, if a value is specified for lineItemId, false
otherwise.
long Google.Api.Ads.AdManager.v202311.LineItemDeliveryForecast.matchedUnits |
|
getset |
bool Google.Api.Ads.AdManager.v202311.LineItemDeliveryForecast.matchedUnitsSpecified |
|
getset |
true
, if a value is specified for matchedUnits, false
otherwise.
long Google.Api.Ads.AdManager.v202311.LineItemDeliveryForecast.orderId |
|
getset |
The unique ID for the Order object that this line item belongs to, or
null
if the forecast represents a prospective line item without an LineItem::orderId set.
bool Google.Api.Ads.AdManager.v202311.LineItemDeliveryForecast.orderIdSpecified |
|
getset |
true
, if a value is specified for orderId, false
otherwise.
long Google.Api.Ads.AdManager.v202311.LineItemDeliveryForecast.predictedDeliveryUnits |
|
getset |
The number of units, defined by Goal::unitType, that will be delivered by the line item. Delivery of existing line items that are of same or lower priorities may be impacted.
bool Google.Api.Ads.AdManager.v202311.LineItemDeliveryForecast.predictedDeliveryUnitsSpecified |
|
getset |
UnitType Google.Api.Ads.AdManager.v202311.LineItemDeliveryForecast.unitType |
|
getset |
The unit with which the goal or cap of the LineItem is defined. Will be the same value as Goal::unitType for both a set line item or a prospective one.
bool Google.Api.Ads.AdManager.v202311.LineItemDeliveryForecast.unitTypeSpecified |
|
getset |
true
, if a value is specified for unitType, false
otherwise.
The documentation for this class was generated from the following file: