Struct gapi_grpc::google::ads::googleads::v7::common::AffiliateLocationFeedItem [−][src]
Represents an affiliate location extension.
Fields
business_name: String
The name of the business.
address_line_1: String
Line 1 of the business address.
address_line_2: String
Line 2 of the business address.
city: String
City of the business address.
province: String
Province of the business address.
postal_code: String
Postal code of the business address.
country_code: String
Country code of the business address.
phone_number: String
Phone number of the business.
chain_id: i64
Id of the retail chain that is advertised as a seller of your product.
chain_name: 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][+]
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>,