Struct gapi_grpc::google::ads::googleads::v5::resources::MediaVideo[][src]

pub struct MediaVideo {
    pub ad_duration_millis: i64,
    pub youtube_video_id: String,
    pub advertising_id_code: String,
    pub isci_code: String,
}

Encapsulates a Video.

Fields

ad_duration_millis: i64

Output only. The duration of the Video in milliseconds.

youtube_video_id: String

Immutable. The YouTube video ID (as seen in YouTube URLs).

advertising_id_code: String

Output only. The Advertising Digital Identification code for this video, as defined by the American Association of Advertising Agencies, used mainly for television commercials.

isci_code: String

Output only. The Industry Standard Commercial Identifier code for this video, used mainly for television commercials.

Trait Implementations

impl Clone for MediaVideo[src]

impl Debug for MediaVideo[src]

impl Default for MediaVideo[src]

impl Message for MediaVideo[src]

impl PartialEq<MediaVideo> for MediaVideo[src]

impl StructuralPartialEq for MediaVideo[src]

Auto Trait Implementations

impl RefUnwindSafe for MediaVideo

impl Send for MediaVideo

impl Sync for MediaVideo

impl Unpin for MediaVideo

impl UnwindSafe for MediaVideo

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]