Android SDK 100ms
lib
/
live.hms.video.whiteboard.network
/
HMSCreateWhiteBoardResponse
HMSCreate
White
Board
Response
data
class
HMSCreateWhiteBoardResponse
(
val
id
:
String
?
,
val
owner
:
String
?
)
Constructors
Properties
Constructors
HMSCreate
White
Board
Response
Link copied to clipboard
fun
HMSCreateWhiteBoardResponse
(
id
:
String
?
,
owner
:
String
?
)
Properties
id
Link copied to clipboard
@
SerializedName
(
value
=
"id"
)
val
id
:
String
?
owner
Link copied to clipboard
@
SerializedName
(
value
=
"owner"
)
val
owner
:
String
?