Struct google_dfareporting3d2::ThirdPartyTrackingUrl[][src]

pub struct ThirdPartyTrackingUrl {
    pub url: Option<String>,
    pub third_party_url_type: Option<String>,
}

Third-party Tracking URL.

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

Fields

URL for the specified third-party URL type.

Third-party URL type for in-stream video and in-stream audio creatives.

Trait Implementations

impl Default for ThirdPartyTrackingUrl
[src]

Returns the "default value" for a type. Read more

impl Clone for ThirdPartyTrackingUrl
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ThirdPartyTrackingUrl
[src]

Formats the value using the given formatter. Read more

impl Part for ThirdPartyTrackingUrl
[src]

Auto Trait Implementations