[][src]Struct google_youtube3::LiveBroadcastStatus

pub struct LiveBroadcastStatus {
    pub recording_status: Option<String>,
    pub privacy_status: Option<String>,
    pub life_cycle_status: Option<String>,
    pub live_broadcast_priority: Option<String>,
}

There is no detailed description.

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

Fields

recording_status: Option<String>

The broadcast's recording status.

privacy_status: Option<String>

The broadcast's privacy status. Note that the broadcast represents exactly one YouTube video, so the privacy settings are identical to those supported for videos. In addition, you can set this field by modifying the broadcast resource or by setting the privacyStatus field of the corresponding video resource.

life_cycle_status: Option<String>

The broadcast's status. The status can be updated using the API's liveBroadcasts.transition method.

live_broadcast_priority: Option<String>

Priority of the live broadcast event (internal state).

Trait Implementations

impl Part for LiveBroadcastStatus[src]

impl Clone for LiveBroadcastStatus[src]

impl Default for LiveBroadcastStatus[src]

impl Debug for LiveBroadcastStatus[src]

impl Serialize for LiveBroadcastStatus[src]

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

Auto Trait Implementations

Blanket Implementations

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 = !

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> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Typeable for T where
    T: Any

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]