Struct gapi_grpc::google::ads::googleads::v4::services::KeywordPlanAdGroupForecast[][src]

pub struct KeywordPlanAdGroupForecast {
    pub keyword_plan_ad_group: Option<String>,
    pub ad_group_forecast: Option<ForecastMetrics>,
}

An ad group forecast.

Fields

keyword_plan_ad_group: Option<String>

The resource name of the Keyword Plan ad group related to the forecast.

customers/{customer_id}/keywordPlanAdGroups/{keyword_plan_ad_group_id}

ad_group_forecast: Option<ForecastMetrics>

The forecast for the Keyword Plan ad group.

Trait Implementations

impl Clone for KeywordPlanAdGroupForecast[src]

impl Debug for KeywordPlanAdGroupForecast[src]

impl Default for KeywordPlanAdGroupForecast[src]

impl Message for KeywordPlanAdGroupForecast[src]

impl PartialEq<KeywordPlanAdGroupForecast> for KeywordPlanAdGroupForecast[src]

impl StructuralPartialEq for KeywordPlanAdGroupForecast[src]

Auto Trait Implementations

impl RefUnwindSafe for KeywordPlanAdGroupForecast

impl Send for KeywordPlanAdGroupForecast

impl Sync for KeywordPlanAdGroupForecast

impl Unpin for KeywordPlanAdGroupForecast

impl UnwindSafe for KeywordPlanAdGroupForecast

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]