Struct gapi_grpc::google::ads::googleads::v6::common::VideoResponsiveAdInfo[][src]

pub struct VideoResponsiveAdInfo {
    pub headlines: Vec<AdTextAsset>,
    pub long_headlines: Vec<AdTextAsset>,
    pub descriptions: Vec<AdTextAsset>,
    pub call_to_actions: Vec<AdTextAsset>,
    pub videos: Vec<AdVideoAsset>,
    pub companion_banners: Vec<AdImageAsset>,
}

A video responsive ad.

Fields

headlines: Vec<AdTextAsset>

List of text assets used for the short headline, e.g. the “Call To Action” banner. Currently, only a single value for the short headline is supported.

long_headlines: Vec<AdTextAsset>

List of text assets used for the long headline. Currently, only a single value for the long headline is supported.

descriptions: Vec<AdTextAsset>

List of text assets used for the description. Currently, only a single value for the description is supported.

call_to_actions: Vec<AdTextAsset>

List of text assets used for the button, e.g. the “Call To Action” button. Currently, only a single value for the button is supported.

videos: Vec<AdVideoAsset>

List of YouTube video assets used for the ad. Currently, only a single value for the YouTube video asset is supported.

companion_banners: Vec<AdImageAsset>

List of image assets used for the companion banner. Currently, only a single value for the companion banner asset is supported.

Trait Implementations

impl Clone for VideoResponsiveAdInfo[src]

impl Debug for VideoResponsiveAdInfo[src]

impl Default for VideoResponsiveAdInfo[src]

impl Message for VideoResponsiveAdInfo[src]

impl PartialEq<VideoResponsiveAdInfo> for VideoResponsiveAdInfo[src]

impl StructuralPartialEq for VideoResponsiveAdInfo[src]

Auto Trait Implementations

impl RefUnwindSafe for VideoResponsiveAdInfo

impl Send for VideoResponsiveAdInfo

impl Sync for VideoResponsiveAdInfo

impl Unpin for VideoResponsiveAdInfo

impl UnwindSafe for VideoResponsiveAdInfo

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]