kotlin-client
kotlin-client
/
com.couchbase.client.kotlin.manager.user
/
Group
Group
@
SinceCouchbase
(
value
=
"6.5"
)
class
Group
(
name
:
String
,
description
:
String
,
roles
:
Set
<
Role
>
,
ldapGroupReference
:
String
?
)
Content copied to clipboard
Functions
Properties
Functions
copy
Link copied to clipboard
fun
copy
(
name
:
String
=
this.name
,
description
:
String
=
this.description
,
roles
:
Set
<
Role
>
=
this.roles
,
ldapGroupReference
:
String
?
=
this.ldapGroupReference
)
:
Group
Content copied to clipboard
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Content copied to clipboard
Properties
description
Link copied to clipboard
val
description
:
String
Content copied to clipboard
ldapGroupReference
Link copied to clipboard
val
ldapGroupReference
:
String
?
=
null
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
roles
Link copied to clipboard
val
roles
:
Set
<
Role
>
Content copied to clipboard