toggle menu
ozone
common
switch theme
search in API
ozone
/
tools.ozone.set
/
SetView
Set
View
@
Serializable
data
class
SetView
(
val
name
:
String
,
val
description
:
String
?
=
null
,
val
setSize
:
Long
,
val
createdAt
:
Timestamp
,
val
updatedAt
:
Timestamp
)
Members
Constructors
Set
View
Link copied to clipboard
constructor
(
name
:
String
,
description
:
String
?
=
null
,
setSize
:
Long
,
createdAt
:
Timestamp
,
updatedAt
:
Timestamp
)
Properties
created
At
Link copied to clipboard
val
createdAt
:
Timestamp
description
Link copied to clipboard
val
description
:
String
?
=
null
name
Link copied to clipboard
val
name
:
String
set
Size
Link copied to clipboard
val
setSize
:
Long
updated
At
Link copied to clipboard
val
updatedAt
:
Timestamp