Show / Hide Table of Contents

Class LiveStreamSnippet

Inheritance
System.Object
LiveStreamSnippet
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 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

The date and time that the stream was created. The value is specified in ISO 8601 format.

Declaration
[JsonProperty("publishedAt")]
public virtual string PublishedAt { 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

Implements

IDirectResponseSchema
Back to top