Struct google_youtube3::LiveStreamHealthStatus[][src]

pub struct LiveStreamHealthStatus {
    pub status: Option<String>,
    pub configuration_issues: Option<Vec<LiveStreamConfigurationIssue>>,
    pub last_update_time_seconds: Option<String>,
}

There is no detailed description.

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

Fields

The status code of this stream

The configurations issues on this stream

The last time this status was updated (in seconds)

Trait Implementations

impl Default for LiveStreamHealthStatus
[src]

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

impl Clone for LiveStreamHealthStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LiveStreamHealthStatus
[src]

Formats the value using the given formatter. Read more

impl Part for LiveStreamHealthStatus
[src]

Auto Trait Implementations