toggle menu
stream-video-android
1.0.20
androidJvm
switch theme
search in API
stream-video-android-core
/
org.openapitools.client.models
/
UpdateUserPermissionsRequest
Update
User
Permissions
Request
data
class
UpdateUserPermissionsRequest
(
@
Json
(
name
=
"user_id"
)
val
userId
:
String
,
@
Json
(
name
=
"grant_permissions"
)
val
grantPermissions
:
List
<
String
>
?
=
null
,
@
Json
(
name
=
"revoke_permissions"
)
val
revokePermissions
:
List
<
String
>
?
=
null
)
Parameters
user
Id
grant
Permissions
revoke
Permissions
Members
Constructors
Update
User
Permissions
Request
Link copied to clipboard
constructor
(
@
Json
(
name
=
"user_id"
)
userId
:
String
,
@
Json
(
name
=
"grant_permissions"
)
grantPermissions
:
List
<
String
>
?
=
null
,
@
Json
(
name
=
"revoke_permissions"
)
revokePermissions
:
List
<
String
>
?
=
null
)
Properties
grant
Permissions
Link copied to clipboard
val
grantPermissions
:
List
<
String
>
?
=
null
revoke
Permissions
Link copied to clipboard
val
revokePermissions
:
List
<
String
>
?
=
null
user
Id
Link copied to clipboard
val
userId
:
String