PermissionEntry

A structure containing the identity of one user or group and the Admin, Editor, or Viewer role that they have.

Types

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

Properties

Link copied to clipboard
val role: Role

Specifies whether the user or group has the Admin, Editor, or Viewer role.

Link copied to clipboard
val user: User?

A structure with the ID of the user or group with this role.

Functions

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