Struct gapi_grpc::google::ads::googleads::v7::resources::feed::PlacesLocationFeedData[][src]

pub struct PlacesLocationFeedData {
    pub oauth_info: Option<OAuthInfo>,
    pub email_address: String,
    pub business_account_id: String,
    pub business_name_filter: String,
    pub category_filters: Vec<String>,
    pub label_filters: Vec<String>,
}

Data used to configure a location feed populated from Google My Business Locations.

Fields

oauth_info: Option<OAuthInfo>

Immutable. Required authentication token (from OAuth API) for the email. This field can only be specified in a create request. All its subfields are not selectable.

email_address: String

Email address of a Google My Business account or email address of a manager of the Google My Business account. Required.

business_account_id: String

Plus page ID of the managed business whose locations should be used. If this field is not set, then all businesses accessible by the user (specified by email_address) are used. This field is mutate-only and is not selectable.

business_name_filter: String

Used to filter Google My Business listings by business name. If business_name_filter is set, only listings with a matching business name are candidates to be sync’d into FeedItems.

category_filters: Vec<String>

Used to filter Google My Business listings by categories. If entries exist in category_filters, only listings that belong to any of the categories are candidates to be sync’d into FeedItems. If no entries exist in category_filters, then all listings are candidates for syncing.

label_filters: Vec<String>

Used to filter Google My Business listings by labels. If entries exist in label_filters, only listings that has any of the labels set are candidates to be synchronized into FeedItems. If no entries exist in label_filters, then all listings are candidates for syncing.

Trait Implementations

impl Clone for PlacesLocationFeedData[src]

impl Debug for PlacesLocationFeedData[src]

impl Default for PlacesLocationFeedData[src]

impl Message for PlacesLocationFeedData[src]

impl PartialEq<PlacesLocationFeedData> for PlacesLocationFeedData[src]

impl StructuralPartialEq for PlacesLocationFeedData[src]

Auto Trait Implementations

impl RefUnwindSafe for PlacesLocationFeedData

impl Send for PlacesLocationFeedData

impl Sync for PlacesLocationFeedData

impl Unpin for PlacesLocationFeedData

impl UnwindSafe for PlacesLocationFeedData

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]