Struct gapi_grpc::google::ads::googleads::v5::resources::AttributeFieldMapping[][src]

pub struct AttributeFieldMapping {
    pub feed_attribute_id: Option<i64>,
    pub field_id: Option<i64>,
    pub field: Option<Field>,
}

Maps from feed attribute id to a placeholder or criterion field id.

Fields

feed_attribute_id: Option<i64>

Immutable. Feed attribute from which to map.

field_id: Option<i64>

Output only. The placeholder field ID. If a placeholder field enum is not published in the current API version, then this field will be populated and the field oneof will be empty. This field is read-only.

field: Option<Field>

Placeholder or criterion field to be populated using data from the above feed attribute. Required.

Trait Implementations

impl Clone for AttributeFieldMapping[src]

impl Debug for AttributeFieldMapping[src]

impl Default for AttributeFieldMapping[src]

impl Message for AttributeFieldMapping[src]

impl PartialEq<AttributeFieldMapping> for AttributeFieldMapping[src]

impl StructuralPartialEq for AttributeFieldMapping[src]

Auto Trait Implementations

impl RefUnwindSafe for AttributeFieldMapping

impl Send for AttributeFieldMapping

impl Sync for AttributeFieldMapping

impl Unpin for AttributeFieldMapping

impl UnwindSafe for AttributeFieldMapping

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]