Struct gapi_grpc::google::ads::googleads::v6::services::PlannedProductReachForecast[][src]

pub struct PlannedProductReachForecast {
    pub plannable_product_code: String,
    pub cost_micros: i64,
    pub planned_product_forecast: Option<PlannedProductForecast>,
}

The forecasted allocation and traffic metrics for a specific product at a point on the reach curve.

Fields

plannable_product_code: String

Selected product for planning. The product codes returned are within the set of the ones returned by ListPlannableProducts when using the same location id.

cost_micros: i64

The cost in micros. This may differ from the product’s input allocation if one or more planned products cannot fulfill the budget because of limited inventory.

planned_product_forecast: Option<PlannedProductForecast>

Forecasted traffic metrics for this product.

Trait Implementations

impl Clone for PlannedProductReachForecast[src]

impl Debug for PlannedProductReachForecast[src]

impl Default for PlannedProductReachForecast[src]

impl Message for PlannedProductReachForecast[src]

impl PartialEq<PlannedProductReachForecast> for PlannedProductReachForecast[src]

impl StructuralPartialEq for PlannedProductReachForecast[src]

Auto Trait Implementations

impl RefUnwindSafe for PlannedProductReachForecast

impl Send for PlannedProductReachForecast

impl Sync for PlannedProductReachForecast

impl Unpin for PlannedProductReachForecast

impl UnwindSafe for PlannedProductReachForecast

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]