Struct gapi_grpc::google::ads::googleads::v6::resources::recommendation::campaign_budget_recommendation::CampaignBudgetRecommendationOption[][src]

pub struct CampaignBudgetRecommendationOption {
    pub budget_amount_micros: i64,
    pub impact: Option<RecommendationImpact>,
}

The impact estimates for a given budget amount.

Fields

budget_amount_micros: i64

Output only. The budget amount for this option.

impact: Option<RecommendationImpact>

Output only. The impact estimate if budget is changed to amount specified in this option.

Trait Implementations

impl Clone for CampaignBudgetRecommendationOption[src]

impl Debug for CampaignBudgetRecommendationOption[src]

impl Default for CampaignBudgetRecommendationOption[src]

impl Message for CampaignBudgetRecommendationOption[src]

impl PartialEq<CampaignBudgetRecommendationOption> for CampaignBudgetRecommendationOption[src]

impl StructuralPartialEq for CampaignBudgetRecommendationOption[src]

Auto Trait Implementations

impl RefUnwindSafe for CampaignBudgetRecommendationOption

impl Send for CampaignBudgetRecommendationOption

impl Sync for CampaignBudgetRecommendationOption

impl Unpin for CampaignBudgetRecommendationOption

impl UnwindSafe for CampaignBudgetRecommendationOption

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]