ArcXP-Mobile-SDK-Android
ArcXP-Mobile-SDK-Android
/
com.arcxp.video.model
/
Slate
Slate
@
JsonClass
(
generateAdapter
=
true
)
data
class
Slate
(
val
id
:
String
?
,
val
filename
:
String
?
,
val
key
:
String
?
,
val
bucket
:
String
?
,
val
url
:
String
?
,
val
duration
:
Int
)
Content copied to clipboard
Constructors
Properties
Constructors
Slate
Link copied to clipboard
fun
Slate
(
id
:
String
?
,
filename
:
String
?
,
key
:
String
?
,
bucket
:
String
?
,
url
:
String
?
,
duration
:
Int
)
Content copied to clipboard
Properties
bucket
Link copied to clipboard
val
bucket
:
String
?
Content copied to clipboard
duration
Link copied to clipboard
val
duration
:
Int
Content copied to clipboard
filename
Link copied to clipboard
val
filename
:
String
?
Content copied to clipboard
id
Link copied to clipboard
val
id
:
String
?
Content copied to clipboard
key
Link copied to clipboard
val
key
:
String
?
Content copied to clipboard
url
Link copied to clipboard
val
url
:
String
?
Content copied to clipboard