LiveBroadcastSnippet class
Basic broadcast information.
Constructors
- LiveBroadcastSnippet({DateTime? actualEndTime, DateTime? actualStartTime, String? channelId, String? description, bool? isDefaultBroadcast, String? liveChatId, DateTime? publishedAt, DateTime? scheduledEndTime, DateTime? scheduledStartTime, ThumbnailDetails? thumbnails, String? title})
- LiveBroadcastSnippet.fromJson(Map json_)
Properties
- actualEndTime ↔ DateTime?
-
The date and time that the broadcast actually ended.
getter/setter pair
- actualStartTime ↔ DateTime?
-
The date and time that the broadcast actually started.
getter/setter pair
- channelId ↔ String?
-
The ID that YouTube uses to uniquely identify the channel that is
publishing the broadcast.
getter/setter pair
- description ↔ String?
-
The broadcast's description.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isDefaultBroadcast ↔ bool?
-
Indicates whether this broadcast is the default broadcast.
getter/setter pair
- liveChatId ↔ String?
-
The id of the live chat for this broadcast.
getter/setter pair
- publishedAt ↔ DateTime?
-
The date and time that the broadcast was added to YouTube's live broadcast
schedule.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scheduledEndTime ↔ DateTime?
-
The date and time that the broadcast is scheduled to end.
getter/setter pair
- scheduledStartTime ↔ DateTime?
-
The date and time that the broadcast is scheduled to start.
getter/setter pair
- thumbnails ↔ ThumbnailDetails?
-
A map of thumbnail images associated with the broadcast.
getter/setter pair
- title ↔ String?
-
The broadcast's title.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited