Show / Hide Table of Contents

Class LiveStreamHealthStatus

Inheritance
System.Object
LiveStreamHealthStatus
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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
System.Collections.Generic.IList<LiveStreamConfigurationIssue>

ETag

The ETag of the item.

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

LastUpdateTimeSeconds

The last time this status was updated (in seconds)

Declaration
[JsonProperty("lastUpdateTimeSeconds")]
public virtual ulong? LastUpdateTimeSeconds { get; set; }
Property Value
Type Description
System.Nullable<System.UInt64>

Status

The status code of this stream

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

Implements

IDirectResponseSchema
Back to top