Data

data class Data(val videos: List<VideoList.Data.Video>)

Wrapper object to contain all video filenames

Parameters

videos

The available video filenames

Constructors

Link copied to clipboard
constructor(videos: List<VideoList.Data.Video>)

Types

Link copied to clipboard
data class Video(val fileName: String)

A Video fileName.

Properties

Link copied to clipboard