kotlin-mpp-playground
Toggle table of contents
0.1.0.0+42f3bb9
common
Platform filter
common
Switch theme
Search in API
kotlin-mpp-playground
shared
/
dev.suresh.http
/
Video
Video
@
Serializable
data
class
Video
(
val
description
:
String
,
val
sources
:
List
<
String
>
,
val
subtitle
:
String
,
val
thumb
:
String
,
val
title
:
String
,
val
poster
:
String
?
=
null
)
(
source
)
Members
Constructors
Video
Link copied to clipboard
constructor
(
description
:
String
,
sources
:
List
<
String
>
,
subtitle
:
String
,
thumb
:
String
,
title
:
String
,
poster
:
String
?
=
null
)
Properties
description
Link copied to clipboard
val
description
:
String
poster
Link copied to clipboard
val
poster
:
String
?
sources
Link copied to clipboard
val
sources
:
List
<
String
>
subtitle
Link copied to clipboard
val
subtitle
:
String
thumb
Link copied to clipboard
val
thumb
:
String
title
Link copied to clipboard
val
title
:
String