Struct gapi_grpc::google::ads::googleads::v4::resources::conversion_action::AttributionModelSettings[][src]

pub struct AttributionModelSettings {
    pub attribution_model: i32,
    pub data_driven_model_status: i32,
}

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]

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]