Status class

The status object contains information about the event's status.

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

Status({required String lifeCycleStatus, required String privacyStatus, required String recordingStatus, required bool madeForKids, required bool selfDeclaredMadeForKids})
Status.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
lifeCycleStatus String
The broadcast's status. The status can be updated using the API's liveBroadcasts.transition method.
final
madeForKids bool
This value indicates whether the broadcast is designated as child-directed. This property value is read-only.
final
privacyStatus String
The broadcast's privacy status. Note that the broadcast represents exactly one YouTube video, so the privacy settings are identical to those supported for videos. In addition, you can set this field by modifying the broadcast resource or by setting the privacyStatus field of the corresponding video resource.
final
recordingStatus String
The broadcast's recording status.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selfDeclaredMadeForKids bool
In a Broadcast.insert request, this property allows the channel owner to designate the broadcast as being child-directed. In a Broadcast.list request, the property value is only returned if the channel owner authorized the API request.
final

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.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited