fursuit-tv-sdk
Toggle table of contents
0.2.2
common
Target filter
common
Switch theme
Search in API
Skip to content
fursuit-tv-sdk
fursuit-tv-sdk
/
com.furrist.rp.furtv.sdk.base
/
ThemePack
Theme
Pack
@
Serializable
data
class
ThemePack
(
val
id
:
String
,
val
name
:
String
,
val
zipUrl
:
String
,
val
updatedAt
:
String
)
主题包信息。
Parameters
id
主题包 ID
name
主题包名称
zip
Url
下载链接
updated
At
更新时间
Members
Constructors
Theme
Pack
Link copied to clipboard
constructor
(
id
:
String
,
name
:
String
,
zipUrl
:
String
,
updatedAt
:
String
)
Properties
id
Link copied to clipboard
val
id
:
String
name
Link copied to clipboard
val
name
:
String
updated
At
Link copied to clipboard
@
SerialName
(
value
=
"updated_at"
)
val
updatedAt
:
String
zip
Url
Link copied to clipboard
@
SerialName
(
value
=
"zip_url"
)
val
zipUrl
:
String