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.gathering
/
GatheringMonthlyItem
Gathering
Monthly
Item
@
Serializable
data
class
GatheringMonthlyItem
(
val
id
:
String
,
val
name
:
String
,
val
startDate
:
String
,
val
endDate
:
String
?
=
null
,
val
location
:
String
?
=
null
,
val
status
:
String
)
聚会月历项
Parameters
id
聚会 ID
name
聚会名称
start
Date
开始日期(ISO 8601 格式)
end
Date
结束日期(ISO 8601 格式,可选)
location
地点
status
状态
Members
Constructors
Gathering
Monthly
Item
Link copied to clipboard
constructor
(
id
:
String
,
name
:
String
,
startDate
:
String
,
endDate
:
String
?
=
null
,
location
:
String
?
=
null
,
status
:
String
)
Properties
end
Date
Link copied to clipboard
@
SerialName
(
value
=
"endDate"
)
val
endDate
:
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
name
Link copied to clipboard
@
SerialName
(
value
=
"name"
)
val
name
:
String
start
Date
Link copied to clipboard
@
SerialName
(
value
=
"startDate"
)
val
startDate
:
String
status
Link copied to clipboard
@
SerialName
(
value
=
"status"
)
val
status
:
String