kotlin-client
kotlin-client
/
com.couchbase.client.kotlin.manager.user
/
Role
Role
class
Role
(
name
:
String
,
bucket
:
String
?
,
scope
:
String
?
,
collection
:
String
?
)
Content copied to clipboard
Functions
Properties
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
Content copied to clipboard
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
Content copied to clipboard
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Content copied to clipboard
Properties
bucket
Link copied to clipboard
val
bucket
:
String
?
=
null
Content copied to clipboard
collection
Link copied to clipboard
val
collection
:
String
?
=
null
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
scope
Link copied to clipboard
val
scope
:
String
?
=
null
Content copied to clipboard