Android SDK 100ms
lib
/
live.hms.video.whiteboard.network
/
HMSGetWhiteBoardResponse
HMSGet
White
Board
Response
data
class
HMSGetWhiteBoardResponse
(
val
id
:
String
?
,
val
addr
:
String
?
,
val
token
:
String
?
,
val
owner
:
String
?
,
val
permissions
:
List
<
String
>
?
)
Constructors
Properties
Constructors
HMSGet
White
Board
Response
Link copied to clipboard
fun
HMSGetWhiteBoardResponse
(
id
:
String
?
,
addr
:
String
?
,
token
:
String
?
,
owner
:
String
?
,
permissions
:
List
<
String
>
?
)
Properties
addr
Link copied to clipboard
@
SerializedName
(
value
=
"addr"
)
val
addr
:
String
?
id
Link copied to clipboard
@
SerializedName
(
value
=
"id"
)
val
id
:
String
?
owner
Link copied to clipboard
@
SerializedName
(
value
=
"owner"
)
val
owner
:
String
?
permissions
Link copied to clipboard
@
SerializedName
(
value
=
"permissions"
)
val
permissions
:
List
<
String
>
?
token
Link copied to clipboard
@
SerializedName
(
value
=
"token"
)
val
token
:
String
?