Show / Hide Table of Contents

Class YouTubeLiveBroadcastEvent

Information about the broadcast to YouTube.

Inheritance
System.Object
YouTubeLiveBroadcastEvent
Implements
Google.Apis.Requests.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.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class YouTubeLiveBroadcastEvent : IDirectResponseSchema

Properties

BroadcastId

Input only. The broadcast id, used to control the lifecycle of the event on YouTube

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

ChannelId

YouTube channel associated with the broadcast.

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

ViewUrl

Output only. A URL that can be used to watch the meeting broadcast. Will be populated by the backend.

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

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top