isDraft property

bool? isDraft
getter/setter pair

Indicates whether the caption track is a draft.

If the value is true, then the track is not publicly visible. The default value is false. @mutable youtube.captions.insert youtube.captions.update

Implementation

core.bool? isDraft;