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

pub struct GmailAdInfo {
    pub teaser: Option<GmailTeaser>,
    pub header_image: String,
    pub marketing_image: String,
    pub marketing_image_headline: String,
    pub marketing_image_description: String,
    pub marketing_image_display_call_to_action: Option<DisplayCallToAction>,
    pub product_images: Vec<ProductImage>,
    pub product_videos: Vec<ProductVideo>,
}

A Gmail ad.

Fields

teaser: Option<GmailTeaser>

The Gmail teaser.

header_image: String

The MediaFile resource name of the header image. Valid image types are GIF, JPEG and PNG. The minimum size is 300x100 pixels and the aspect ratio must be between 3:1 and 5:1 (+-1%).

marketing_image: String

The MediaFile resource name of the marketing image. Valid image types are GIF, JPEG and PNG. The image must either be landscape with a minimum size of 600x314 pixels and aspect ratio of 600:314 (+-1%) or square with a minimum size of 300x300 pixels and aspect ratio of 1:1 (+-1%)

marketing_image_headline: String

Headline of the marketing image.

marketing_image_description: String

Description of the marketing image.

marketing_image_display_call_to_action: Option<DisplayCallToAction>

Display-call-to-action of the marketing image.

product_images: Vec<ProductImage>

Product images. Up to 15 images are supported.

product_videos: Vec<ProductVideo>

Product videos. Up to 7 videos are supported. At least one product video or a marketing image must be specified.

Trait Implementations

impl Clone for GmailAdInfo[src]

impl Debug for GmailAdInfo[src]

impl Default for GmailAdInfo[src]

impl Message for GmailAdInfo[src]

impl PartialEq<GmailAdInfo> for GmailAdInfo[src]

impl StructuralPartialEq for GmailAdInfo[src]

Auto Trait Implementations

impl RefUnwindSafe for GmailAdInfo

impl Send for GmailAdInfo

impl Sync for GmailAdInfo

impl Unpin for GmailAdInfo

impl UnwindSafe for GmailAdInfo

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]