YouTubeChapter
@Serializable
Representation of a YouTube chapter.
Constructors
Link copied to clipboard
constructor(name: String, start: @Serializable(with = DurationSerializer::class) Duration, end: @Serializable(with = DurationSerializer::class) Duration, duration: @Serializable(with = DurationSerializer::class) Duration)