Struct gapi_grpc::google::ads::googleads::v5::resources::campaign::AppCampaignSetting [−][src]
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][−]
&mut self,
value: AppCampaignBiddingStrategyGoalType
)
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][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
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][+]
U: From<T>,
impl<T> IntoRequest<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,