Struct gapi_grpc::google::ads::googleads::v4::common::VideoTrueViewInStreamAdInfo[][src]

pub struct VideoTrueViewInStreamAdInfo {
    pub action_button_label: Option<String>,
    pub action_headline: Option<String>,
    pub companion_banner: Option<String>,
}

Representation of video TrueView in-stream ad format (ad shown during video playback, often at beginning, which displays a skip button a few seconds into the video).

Fields

action_button_label: Option<String>

Label on the CTA (call-to-action) button taking the user to the video ad’s final URL. Required for TrueView for action campaigns, optional otherwise.

action_headline: Option<String>

Additional text displayed with the CTA (call-to-action) button to give context and encourage clicking on the button.

companion_banner: Option<String>

The MediaFile resource name of the companion banner used with the ad.

Trait Implementations

impl Clone for VideoTrueViewInStreamAdInfo[src]

impl Debug for VideoTrueViewInStreamAdInfo[src]

impl Default for VideoTrueViewInStreamAdInfo[src]

impl Message for VideoTrueViewInStreamAdInfo[src]

impl PartialEq<VideoTrueViewInStreamAdInfo> for VideoTrueViewInStreamAdInfo[src]

impl StructuralPartialEq for VideoTrueViewInStreamAdInfo[src]

Auto Trait Implementations

impl RefUnwindSafe for VideoTrueViewInStreamAdInfo

impl Send for VideoTrueViewInStreamAdInfo

impl Sync for VideoTrueViewInStreamAdInfo

impl Unpin for VideoTrueViewInStreamAdInfo

impl UnwindSafe for VideoTrueViewInStreamAdInfo

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]