kmttAPI
0.3.3
0.3.3
0.3.2
0.3.1
0.3.0
0.2.1
0.2.0
kmttAPI
/
kmtt.models
/
AdditionalData
Additional
Data
data
class
AdditionalData
(
type
:
String
?
,
url
:
String
?
,
propertySize
:
Long
?
,
uuid
:
String
?
,
duration
:
Long
?
,
hasAudio
:
Boolean
?
)
Content copied to clipboard
Constructors
Properties
Parameters
Parameters
type
url
property
Size
uuid
duration
has
Audio
Constructors
Additional
Data
Link copied to clipboard
fun
AdditionalData
(
type
:
String
?
=
null
,
url
:
String
?
=
null
,
propertySize
:
Long
?
=
null
,
uuid
:
String
?
=
null
,
duration
:
Long
?
=
null
,
hasAudio
:
Boolean
?
=
null
)
Content copied to clipboard
Properties
duration
Link copied to clipboard
val
duration
:
Long
?
=
null
Content copied to clipboard
hasAudio
Link copied to clipboard
val
hasAudio
:
Boolean
?
=
null
Content copied to clipboard
propertySize
Link copied to clipboard
val
propertySize
:
Long
?
=
null
Content copied to clipboard
type
Link copied to clipboard
val
type
:
String
?
=
null
Content copied to clipboard
url
Link copied to clipboard
val
url
:
String
?
=
null
Content copied to clipboard
uuid
Link copied to clipboard
val
uuid
:
String
?
=
null
Content copied to clipboard