core
Toggle table of contents
1.2.0
common
Platform filter
common
Switch theme
Search in API
core
core
/
com.cloudflare.realtimekit.network.models
/
CreateParticipantResponse
Create
Participant
Response
@
Serializable
class
CreateParticipantResponse
(
val
id
:
String
,
val
name
:
String
,
val
customParticipantId
:
String
,
val
presetId
:
String
,
val
createdAt
:
String
,
val
updatedAt
:
String
,
val
token
:
String
)
Members
Constructors
Create
Participant
Response
Link copied to clipboard
constructor
(
id
:
String
,
name
:
String
,
customParticipantId
:
String
,
presetId
:
String
,
createdAt
:
String
,
updatedAt
:
String
,
token
:
String
)
Properties
created
At
Link copied to clipboard
@
SerialName
(
value
=
"created_at"
)
val
createdAt
:
String
custom
Participant
Id
Link copied to clipboard
@
SerialName
(
value
=
"client_specific_id"
)
val
customParticipantId
:
String
id
Link copied to clipboard
val
id
:
String
name
Link copied to clipboard
val
name
:
String
preset
Id
Link copied to clipboard
@
SerialName
(
value
=
"preset_id"
)
val
presetId
:
String
token
Link copied to clipboard
val
token
:
String
updated
At
Link copied to clipboard
@
SerialName
(
value
=
"updated_at"
)
val
updatedAt
:
String