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
/
SchoolDetailResponse
School
Detail
Response
@
Serializable
data
class
SchoolDetailResponse
(
val
success
:
Boolean
,
val
school
:
SchoolDetail
,
val
requestId
:
String
)
学校详情响应。
端点:GET /api/proxy/furtv/schools/{schoolId}
Members
Constructors
School
Detail
Response
Link copied to clipboard
constructor
(
success
:
Boolean
,
school
:
SchoolDetail
,
requestId
:
String
)
Properties
request
Id
Link copied to clipboard
@
SerialName
(
value
=
"requestId"
)
val
requestId
:
String
请求唯一标识
school
Link copied to clipboard
@
SerialName
(
value
=
"school"
)
val
school
:
SchoolDetail
学校详情
success
Link copied to clipboard
@
SerialName
(
value
=
"success"
)
val
success
:
Boolean
请求是否成功