liveBroadcastContent property
Indicates if the video is an upcoming/active live broadcast.
Or it's "none" if the video is not an upcoming/active live broadcast. Possible string values are:
- "none"
- "upcoming" : The live broadcast is upcoming.
- "live" : The live broadcast is active.
- "completed" : The live broadcast has been completed.
Implementation
core.String? liveBroadcastContent;