Struct google_dfareporting3::UniversalAdId[][src]

pub struct UniversalAdId {
    pub registry: Option<String>,
    pub value: Option<String>,
}

A Universal Ad ID as per the VAST 4.0 spec. Applicable to the following creative types: INSTREAM_VIDEO and VPAID.

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

Fields

Registry used for the Ad ID value.

ID value for this creative. Only alphanumeric characters and the following symbols are valid: "_/-". Maximum length is 64 characters. Read only when registry is DCM.

Trait Implementations

impl Default for UniversalAdId
[src]

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

impl Clone for UniversalAdId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UniversalAdId
[src]

Formats the value using the given formatter. Read more

impl Part for UniversalAdId
[src]

Auto Trait Implementations