[][src]Struct google_displayvideo1::ObaIcon

pub struct ObaIcon {
    pub resource_url: Option<String>,
    pub dimensions: Option<Dimensions>,
    pub resource_mime_type: Option<String>,
    pub program: Option<String>,
    pub view_tracking_url: Option<String>,
    pub landing_page_url: Option<String>,
    pub position: Option<String>,
    pub click_tracking_url: Option<String>,
}

OBA Icon for a Creative

This type is not used in any activity, and only used as part of another schema.

Fields

resource_url: Option<String>

The URL of the OBA icon resource.

dimensions: Option<Dimensions>

The dimensions of the OBA icon.

resource_mime_type: Option<String>

The MIME type of the OBA icon resource.

program: Option<String>

The program of the OBA icon. For example: “AdChoices”.

view_tracking_url: Option<String>

Required. The view tracking URL of the OBA icon.

Only URLs of the following domains are allowed:

  • https://info.evidon.com
  • https://l.betrad.com
landing_page_url: Option<String>

Required. The landing page URL of the OBA icon.

Only URLs of the following domains are allowed:

  • https://info.evidon.com
  • https://l.betrad.com
position: Option<String>

The position of the OBA icon on the creative.

click_tracking_url: Option<String>

Required. The click tracking URL of the OBA icon.

Only URLs of the following domains are allowed:

  • https://info.evidon.com
  • https://l.betrad.com

Trait Implementations

impl Clone for ObaIcon[src]

impl Debug for ObaIcon[src]

impl Default for ObaIcon[src]

impl<'de> Deserialize<'de> for ObaIcon[src]

impl Part for ObaIcon[src]

impl Serialize for ObaIcon[src]

Auto Trait Implementations

impl RefUnwindSafe for ObaIcon

impl Send for ObaIcon

impl Sync for ObaIcon

impl Unpin for ObaIcon

impl UnwindSafe for ObaIcon

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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<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<T> Typeable for T where
    T: Any