Struct gapi_grpc::google::ads::googleads::v6::services::RestatementValue[][src]

pub struct RestatementValue {
    pub adjusted_value: f64,
    pub currency_code: String,
}

Contains information needed to restate a conversion’s value.

Fields

adjusted_value: f64

The restated conversion value. This is the value of the conversion after restatement. For example, to change the value of a conversion from 100 to 70, an adjusted value of 70 should be reported. NOTE: If you want to upload a second restatement with a different adjusted value, it must have a new, more recent, adjustment occurrence time. Otherwise, it will be treated as a duplicate of the previous restatement and ignored.

currency_code: String

The currency of the restated value. If not provided, then the default currency from the conversion action is used, and if that is not set then the account currency is used. This is the ISO 4217 3-character currency code e.g. USD or EUR.

Trait Implementations

impl Clone for RestatementValue[src]

impl Debug for RestatementValue[src]

impl Default for RestatementValue[src]

impl Message for RestatementValue[src]

impl PartialEq<RestatementValue> for RestatementValue[src]

impl StructuralPartialEq for RestatementValue[src]

Auto Trait Implementations

impl RefUnwindSafe for RestatementValue

impl Send for RestatementValue

impl Sync for RestatementValue

impl Unpin for RestatementValue

impl UnwindSafe for RestatementValue

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]