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.user
/
UserDestination
User
Destination
@
Serializable
data
class
UserDestination
(
val
id
:
Int
,
val
name
:
String
,
val
startDate
:
String
?
=
null
,
val
endDate
:
String
?
=
null
,
val
gatheringId
:
Int
?
=
null
)
用户目的地信息。
Parameters
id
目的地 ID
name
目的地名称
start
Date
开始日期
end
Date
结束日期
gathering
Id
关联聚会 ID
Members
Constructors
User
Destination
Link copied to clipboard
constructor
(
id
:
Int
,
name
:
String
,
startDate
:
String
?
=
null
,
endDate
:
String
?
=
null
,
gatheringId
:
Int
?
=
null
)
Properties
end
Date
Link copied to clipboard
@
SerialName
(
value
=
"end_date"
)
val
endDate
:
String
?
gathering
Id
Link copied to clipboard
@
SerialName
(
value
=
"gathering_id"
)
val
gatheringId
:
Int
?
id
Link copied to clipboard
@
SerialName
(
value
=
"id"
)
val
id
:
Int
name
Link copied to clipboard
@
SerialName
(
value
=
"name"
)
val
name
:
String
start
Date
Link copied to clipboard
@
SerialName
(
value
=
"start_date"
)
val
startDate
:
String
?