Struct gapi_grpc::google::ads::googleads::v7::common::SitelinkAsset[][src]

pub struct SitelinkAsset {
    pub link_text: String,
    pub description1: String,
    pub description2: String,
    pub start_date: String,
    pub end_date: String,
    pub ad_schedule_targets: Vec<AdScheduleInfo>,
}

A Sitelink asset.

Fields

link_text: String

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

description1: String

First line of the description for the sitelink. If set, the length should be between 1 and 35, inclusive, and description2 must also be set.

description2: String

Second line of the description for the sitelink. If set, the length should be between 1 and 35, inclusive, and description1 must also be set.

start_date: String

Start date of when this asset is effective and can begin serving, in yyyy-MM-dd format.

end_date: String

Last date of when this asset is effective and still serving, in yyyy-MM-dd format.

ad_schedule_targets: Vec<AdScheduleInfo>

List of non-overlapping schedules specifying all time intervals for which the asset may serve. There can be a maximum of 6 schedules per day, 42 in total.

Trait Implementations

impl Clone for SitelinkAsset[src]

impl Debug for SitelinkAsset[src]

impl Default for SitelinkAsset[src]

impl Message for SitelinkAsset[src]

impl PartialEq<SitelinkAsset> for SitelinkAsset[src]

impl StructuralPartialEq for SitelinkAsset[src]

Auto Trait Implementations

impl RefUnwindSafe for SitelinkAsset

impl Send for SitelinkAsset

impl Sync for SitelinkAsset

impl Unpin for SitelinkAsset

impl UnwindSafe for SitelinkAsset

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]