core
Toggle table of contents
1.2.0
common
Platform filter
common
Switch theme
Search in API
core
core
/
com.cloudflare.realtimekit.network.models
/
CreateParticipantResponseWrapper
Create
Participant
Response
Wrapper
@
Serializable
class
CreateParticipantResponseWrapper
(
val
success
:
Boolean
,
val
data
:
CreateParticipantResponse
)
Members
Constructors
Create
Participant
Response
Wrapper
Link copied to clipboard
constructor
(
success
:
Boolean
,
data
:
CreateParticipantResponse
)
Properties
data
Link copied to clipboard
val
data
:
CreateParticipantResponse
success
Link copied to clipboard
val
success
:
Boolean