Class LiveStreamSnippet
Inheritance
System.Object
LiveStreamSnippet
Implements
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 LiveStreamSnippet : IDirectResponseSchema
Properties
ChannelId
The ID that YouTube uses to uniquely identify the channel that is transmitting the stream.
Declaration
[JsonProperty("channelId")]
public virtual string ChannelId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Description
The stream's description. The value cannot be longer than 10000 characters.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
IsDefaultStream
Declaration
[JsonProperty("isDefaultStream")]
public virtual bool? IsDefaultStream { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
PublishedAt
System.DateTime representation of PublishedAtRaw.
Declaration
[JsonIgnore]
public virtual DateTime? PublishedAt { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTime> |
PublishedAtRaw
The date and time that the stream was created. The value is specified in ISO 8601 (YYYY-MM- DDThh:mm:ss.sZ) format.
Declaration
[JsonProperty("publishedAt")]
public virtual string PublishedAtRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Title
The stream's title. The value must be between 1 and 128 characters long.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |