Role

class Role(val name: String, val bucket: String? = null, val scope: String? = null, val collection: String? = null)

Constructors

Link copied to clipboard
constructor(name: String, bucket: String? = null, scope: String? = null, collection: String? = null)

Properties

Link copied to clipboard
val bucket: String? = null
Link copied to clipboard
val collection: String? = null
Link copied to clipboard
Link copied to clipboard
val scope: String? = null

Functions

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