Struct gapi_grpc::google::ads::googleads::v7::resources::conversion_action::AttributionModelSettings [−][src]
Settings related to this conversion action’s attribution model.
Fields
attribution_model: i32
The attribution model type of this conversion action.
data_driven_model_status: i32
Output only. The status of the data-driven attribution model for the conversion action.
Implementations
impl AttributionModelSettings
[src][−]
pub fn attribution_model(&self) -> AttributionModel
[src][−]
Returns the enum value of attribution_model
, or the default if the field is set to an invalid enum value.
pub fn set_attribution_model(&mut self, value: AttributionModel)
[src][−]
Sets attribution_model
to the provided enum value.
pub fn data_driven_model_status(&self) -> DataDrivenModelStatus
[src][−]
Returns the enum value of data_driven_model_status
, or the default if the field is set to an invalid enum value.
pub fn set_data_driven_model_status(&mut self, value: DataDrivenModelStatus)
[src][−]
Sets data_driven_model_status
to the provided enum value.
Trait Implementations
impl Clone for AttributionModelSettings
[src][+]
impl Debug for AttributionModelSettings
[src][+]
impl Default for AttributionModelSettings
[src][+]
impl Message for AttributionModelSettings
[src][+]
impl PartialEq<AttributionModelSettings> for AttributionModelSettings
[src][+]
impl StructuralPartialEq for AttributionModelSettings
[src]
Auto Trait Implementations
impl RefUnwindSafe for AttributionModelSettings
impl Send for AttributionModelSettings
impl Sync for AttributionModelSettings
impl Unpin for AttributionModelSettings
impl UnwindSafe for AttributionModelSettings
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>,