Struct gapi_grpc::google::ads::googleads::v5::resources::feed::AffiliateLocationFeedData[][src]

pub struct AffiliateLocationFeedData {
    pub chain_ids: Vec<i64>,
    pub relationship_type: i32,
}

Data used to configure an affiliate location feed populated with the specified chains.

Fields

chain_ids: Vec<i64>

The list of chains that the affiliate location feed will sync the locations from.

relationship_type: i32

The relationship the chains have with the advertiser.

Implementations

impl AffiliateLocationFeedData[src]

pub fn relationship_type(&self) -> AffiliateLocationFeedRelationshipType[src]

Returns the enum value of relationship_type, or the default if the field is set to an invalid enum value.

pub fn set_relationship_type(
    &mut self,
    value: AffiliateLocationFeedRelationshipType
)
[src]

Sets relationship_type to the provided enum value.

Trait Implementations

impl Clone for AffiliateLocationFeedData[src]

impl Debug for AffiliateLocationFeedData[src]

impl Default for AffiliateLocationFeedData[src]

impl Message for AffiliateLocationFeedData[src]

impl PartialEq<AffiliateLocationFeedData> for AffiliateLocationFeedData[src]

impl StructuralPartialEq for AffiliateLocationFeedData[src]

Auto Trait Implementations

impl RefUnwindSafe for AffiliateLocationFeedData

impl Send for AffiliateLocationFeedData

impl Sync for AffiliateLocationFeedData

impl Unpin for AffiliateLocationFeedData

impl UnwindSafe for AffiliateLocationFeedData

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]