Struct gapi_grpc::google::ads::googleads::v5::common::SitelinkFeedItem[][src]

pub struct SitelinkFeedItem {
    pub link_text: Option<String>,
    pub line1: Option<String>,
    pub line2: Option<String>,
    pub final_urls: Vec<String>,
    pub final_mobile_urls: Vec<String>,
    pub tracking_url_template: Option<String>,
    pub url_custom_parameters: Vec<CustomParameter>,
    pub final_url_suffix: Option<String>,
}

Represents a sitelink extension.

Fields

link_text: Option<String>

URL display text for the sitelink. The length of this string should be between 1 and 25, inclusive.

line1: Option<String>

First line of the description for the sitelink. If this value is set, line2 must also be set. The length of this string should be between 0 and 35, inclusive.

line2: Option<String>

Second line of the description for the sitelink. If this value is set, line1 must also be set. The length of this string should be between 0 and 35, inclusive.

final_urls: Vec<String>

A list of possible final URLs after all cross domain redirects.

final_mobile_urls: Vec<String>

A list of possible final mobile URLs after all cross domain redirects.

tracking_url_template: Option<String>

URL template for constructing a tracking URL.

url_custom_parameters: Vec<CustomParameter>

A list of mappings to be used for substituting URL custom parameter tags in the tracking_url_template, final_urls, and/or final_mobile_urls.

final_url_suffix: Option<String>

Final URL suffix to be appended to landing page URLs served with parallel tracking.

Trait Implementations

impl Clone for SitelinkFeedItem[src]

impl Debug for SitelinkFeedItem[src]

impl Default for SitelinkFeedItem[src]

impl Message for SitelinkFeedItem[src]

impl PartialEq<SitelinkFeedItem> for SitelinkFeedItem[src]

impl StructuralPartialEq for SitelinkFeedItem[src]

Auto Trait Implementations

impl RefUnwindSafe for SitelinkFeedItem

impl Send for SitelinkFeedItem

impl Sync for SitelinkFeedItem

impl Unpin for SitelinkFeedItem

impl UnwindSafe for SitelinkFeedItem

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]