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.school
/
SchoolInfo
School
Info
@
Serializable
data
class
SchoolInfo
(
val
id
:
Int
,
val
name
:
String
,
val
shortName
:
String
?
=
null
,
val
location
:
String
?
=
null
,
val
type
:
String
?
=
null
,
val
logoUrl
:
String
?
=
null
,
val
studentCount
:
Int
?
=
null
)
学校基本信息。
Members
Constructors
School
Info
Link copied to clipboard
constructor
(
id
:
Int
,
name
:
String
,
shortName
:
String
?
=
null
,
location
:
String
?
=
null
,
type
:
String
?
=
null
,
logoUrl
:
String
?
=
null
,
studentCount
:
Int
?
=
null
)
Properties
id
Link copied to clipboard
@
SerialName
(
value
=
"id"
)
val
id
:
Int
学校 ID
location
Link copied to clipboard
@
SerialName
(
value
=
"location"
)
val
location
:
String
?
学校位置
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
学校全称
short
Name
Link copied to clipboard
@
SerialName
(
value
=
"short_name"
)
val
shortName
:
String
?
学校简称
student
Count
Link copied to clipboard
@
SerialName
(
value
=
"student_count"
)
val
studentCount
:
Int
?
学生数量
type
Link copied to clipboard
@
SerialName
(
value
=
"type"
)
val
type
:
String
?
学校类型