Grantee

class Grantee

Container for the person being granted permissions.

Types

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

Properties

Link copied to clipboard

Screen name of the grantee.

Link copied to clipboard

Email address of the grantee.

Link copied to clipboard
val id: String?

The canonical user ID of the grantee.

Link copied to clipboard
val type: Type

Type of grantee

Link copied to clipboard
val uri: String?

URI of the grantee group.

Functions

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