Struct google_youtube3::LiveStreamConfigurationIssue [] [src]

pub struct LiveStreamConfigurationIssue {
    pub reason: Option<String>,
    pub type_: Option<String>,
    pub description: Option<String>,
    pub severity: 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 short-form reason for this issue.

The kind of error happening.

The long-form description of the issue and how to resolve it.

How severe this issue is to the stream.

Trait Implementations

impl Default for LiveStreamConfigurationIssue
[src]

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

impl Clone for LiveStreamConfigurationIssue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LiveStreamConfigurationIssue
[src]

Formats the value using the given formatter.

impl Part for LiveStreamConfigurationIssue
[src]