Struct gapi_grpc::google::ads::googleads::v4::common::AffiliateLocationFeedItem[][src]

pub struct AffiliateLocationFeedItem {
    pub business_name: Option<String>,
    pub address_line_1: Option<String>,
    pub address_line_2: Option<String>,
    pub city: Option<String>,
    pub province: Option<String>,
    pub postal_code: Option<String>,
    pub country_code: Option<String>,
    pub phone_number: Option<String>,
    pub chain_id: Option<i64>,
    pub chain_name: Option<String>,
}

Represents an affiliate location extension.

Fields

business_name: Option<String>

The name of the business.

address_line_1: Option<String>

Line 1 of the business address.

address_line_2: Option<String>

Line 2 of the business address.

city: Option<String>

City of the business address.

province: Option<String>

Province of the business address.

postal_code: Option<String>

Postal code of the business address.

country_code: Option<String>

Country code of the business address.

phone_number: Option<String>

Phone number of the business.

chain_id: Option<i64>

Id of the retail chain that is advertised as a seller of your product.

chain_name: Option<String>

Name of chain.

Trait Implementations

impl Clone for AffiliateLocationFeedItem[src]

impl Debug for AffiliateLocationFeedItem[src]

impl Default for AffiliateLocationFeedItem[src]

impl Message for AffiliateLocationFeedItem[src]

impl PartialEq<AffiliateLocationFeedItem> for AffiliateLocationFeedItem[src]

impl StructuralPartialEq for AffiliateLocationFeedItem[src]

Auto Trait Implementations

impl RefUnwindSafe for AffiliateLocationFeedItem

impl Send for AffiliateLocationFeedItem

impl Sync for AffiliateLocationFeedItem

impl Unpin for AffiliateLocationFeedItem

impl UnwindSafe for AffiliateLocationFeedItem

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]