kotlin-client
kotlin-client
/
com.couchbase.client.kotlin.manager.user
/
User
/
copy
copy
fun
copy
(
username
:
String
=
this.username
,
displayName
:
String
=
this.displayName
,
groups
:
Set
<
String
>
=
this.groups
,
roles
:
Set
<
Role
>
=
this.roles
,
password
:
String
?
=
this.password
)
:
User
Content copied to clipboard