Struct google_dfareporting2d2::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 creatives.

Trait Implementations

impl Default for ThirdPartyTrackingUrl
[src]

[src]

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

impl Clone for ThirdPartyTrackingUrl
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ThirdPartyTrackingUrl
[src]

[src]

Formats the value using the given formatter.

impl Part for ThirdPartyTrackingUrl
[src]