toggle menu
kotlin-client
JVM
switch theme
search in API
kotlin-client
/
com.couchbase.client.kotlin.manager.user
/
Role
Role
class
Role
(
val
name
:
String
,
val
bucket
:
String
?
=
null
,
val
scope
:
String
?
=
null
,
val
collection
:
String
?
=
null
)
Members
Constructors
Role
Link copied to clipboard
constructor
(
name
:
String
,
bucket
:
String
?
=
null
,
scope
:
String
?
=
null
,
collection
:
String
?
=
null
)
Properties
bucket
Link copied to clipboard
val
bucket
:
String
?
=
null
collection
Link copied to clipboard
val
collection
:
String
?
=
null
name
Link copied to clipboard
val
name
:
String
scope
Link copied to clipboard
val
scope
:
String
?
=
null
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String