google_api_you_tube v0.2.0 GoogleApi.YouTube.V3.Model.LiveStreamHealthStatus View Source
Attributes
- configurationIssues ([LiveStreamConfigurationIssue]): The configurations issues on this stream Defaults to:
null. - lastUpdateTimeSeconds (String.t): The last time this status was updated (in seconds) Defaults to:
null. status (String.t): The status code of this stream Defaults to:
null.- Enum - one of [bad, good, noData, ok, revoked]
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
t() :: %GoogleApi.YouTube.V3.Model.LiveStreamHealthStatus{
configurationIssues: [
GoogleApi.YouTube.V3.Model.LiveStreamConfigurationIssue.t()
],
lastUpdateTimeSeconds: any(),
status: any()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.