GrantItem

class GrantItem

A structure that defines a single grant and its configuration.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val grant: Grant?

The configuration structure for the selected grant.

Link copied to clipboard

The type of the selected grant.

Functions

Link copied to clipboard
inline fun copy(block: GrantItem.Builder.() -> Unit = {}): GrantItem
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