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.gathering
/
DataSource
Data
Source
@
Serializable
data
class
DataSource
(
val
sourceCode
:
String
?
=
null
,
val
sourceUrl
:
String
?
=
null
,
val
name
:
String
?
=
null
,
val
logoUrl
:
String
?
=
null
)
数据来源。
Members
Constructors
Data
Source
Link copied to clipboard
constructor
(
sourceCode
:
String
?
=
null
,
sourceUrl
:
String
?
=
null
,
name
:
String
?
=
null
,
logoUrl
:
String
?
=
null
)
Properties
logo
Url
Link copied to clipboard
@
SerialName
(
value
=
"logo_url"
)
val
logoUrl
:
String
?
来源 Logo URL
name
Link copied to clipboard
@
SerialName
(
value
=
"name"
)
val
name
:
String
?
来源名称
source
Code
Link copied to clipboard
@
SerialName
(
value
=
"source_code"
)
val
sourceCode
:
String
?
来源代码
source
Url
Link copied to clipboard
@
SerialName
(
value
=
"source_url"
)
val
sourceUrl
:
String
?
来源 URL