Show / Hide Table of Contents

Class LiveStreamHealthStatus

Inheritance
object
LiveStreamHealthStatus
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.YouTube.v3.Data
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class LiveStreamHealthStatus : IDirectResponseSchema

Properties

ConfigurationIssues

The configurations issues on this stream

Declaration
[JsonProperty("configurationIssues")]
public virtual IList<LiveStreamConfigurationIssue> ConfigurationIssues { get; set; }
Property Value
Type Description
IList<LiveStreamConfigurationIssue>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

LastUpdateTimeSeconds

The last time this status was updated (in seconds)

Declaration
[JsonProperty("lastUpdateTimeSeconds")]
public virtual ulong? LastUpdateTimeSeconds { get; set; }
Property Value
Type Description
ulong?

Status

The status code of this stream

Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX