ScopeSpec

class ScopeSpec

Information about a scope and its child collections.

Functions

Link copied to clipboard
fun copy(name: String = this.name, collections: List<CollectionSpec> = this.collections): ScopeSpec
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val collections: List<CollectionSpec>
Link copied to clipboard
val name: String