fursuit-tv-sdk
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
fursuit-tv-sdk
fursuit-tv-sdk
/
com.furrist.rp.furtv.sdk.school
/
SchoolInfo
School
Info
@
Serializable
data
class
SchoolInfo
(
val
id
:
String
,
val
name
:
String
,
val
logoUrl
:
String
?
=
null
,
val
location
:
String
?
=
null
,
val
description
:
String
?
=
null
,
val
studentCount
:
Int
?
=
null
)
学校信息 表示一个学校的基本信息
Parameters
id
学校 ID
name
学校名称
logo
Url
学校 Logo URL
location
学校位置
description
学校描述(可选)
student
Count
学生数量(可选)
Members
Constructors
School
Info
Link copied to clipboard
constructor
(
id
:
String
,
name
:
String
,
logoUrl
:
String
?
=
null
,
location
:
String
?
=
null
,
description
:
String
?
=
null
,
studentCount
:
Int
?
=
null
)
Properties
description
Link copied to clipboard
@
SerialName
(
value
=
"description"
)
val
description
:
String
?
=
null
id
Link copied to clipboard
@
SerialName
(
value
=
"id"
)
val
id
:
String
location
Link copied to clipboard
@
SerialName
(
value
=
"location"
)
val
location
:
String
?
=
null
logo
Url
Link copied to clipboard
@
SerialName
(
value
=
"logoUrl"
)
val
logoUrl
:
String
?
=
null
name
Link copied to clipboard
@
SerialName
(
value
=
"name"
)
val
name
:
String
student
Count
Link copied to clipboard
@
SerialName
(
value
=
"studentCount"
)
val
studentCount
:
Int
?
=
null