Class LiveStreamHealthStatus
Implements
Inherited Members
Namespace: Google.Apis.YouTube.v3.Data
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class LiveStreamHealthStatus : IDirectResponseSchemaProperties
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 |