Struct gapi_grpc::google::ads::googleads::v6::resources::campaign::AppCampaignSetting[][src]

pub struct AppCampaignSetting {
    pub bidding_strategy_goal_type: i32,
    pub app_id: String,
    pub app_store: i32,
}

Campaign-level settings for App Campaigns.

Fields

bidding_strategy_goal_type: i32

Represents the goal which the bidding strategy of this app campaign should optimize towards.

app_id: String

Immutable. A string that uniquely identifies a mobile application.

app_store: i32

Immutable. The application store that distributes this specific app.

Implementations

impl AppCampaignSetting[src]

pub fn bidding_strategy_goal_type(&self) -> AppCampaignBiddingStrategyGoalType[src]

Returns the enum value of bidding_strategy_goal_type, or the default if the field is set to an invalid enum value.

pub fn set_bidding_strategy_goal_type(
    &mut self,
    value: AppCampaignBiddingStrategyGoalType
)
[src]

Sets bidding_strategy_goal_type to the provided enum value.

pub fn app_store(&self) -> AppCampaignAppStore[src]

Returns the enum value of app_store, or the default if the field is set to an invalid enum value.

pub fn set_app_store(&mut self, value: AppCampaignAppStore)[src]

Sets app_store to the provided enum value.

Trait Implementations

impl Clone for AppCampaignSetting[src]

impl Debug for AppCampaignSetting[src]

impl Default for AppCampaignSetting[src]

impl Message for AppCampaignSetting[src]

impl PartialEq<AppCampaignSetting> for AppCampaignSetting[src]

impl StructuralPartialEq for AppCampaignSetting[src]

Auto Trait Implementations

impl RefUnwindSafe for AppCampaignSetting

impl Send for AppCampaignSetting

impl Sync for AppCampaignSetting

impl Unpin for AppCampaignSetting

impl UnwindSafe for AppCampaignSetting

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]