toggle menu
kotlin-client
JVM
switch theme
search in API
kotlin-client
/
com.couchbase.client.kotlin.manager.collection
/
ScopeSpec
Scope
Spec
class
ScopeSpec
Information about a scope and its child collections.
Members
Properties
collections
Link copied to clipboard
val
collections
:
List
<
CollectionSpec
>
name
Link copied to clipboard
val
name
:
String
Functions
copy
Link copied to clipboard
fun
copy
(
name
:
String
=
this.name
,
collections
:
List
<
CollectionSpec
>
=
this.collections
)
:
ScopeSpec
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