Member

class Member

Contains information about the member account.

Types

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

Properties

Link copied to clipboard

The ID of the member account.

Link copied to clipboard

The administrator account ID.

Link copied to clipboard

The detector ID of the member account.

Link copied to clipboard

The email address of the member account.

Link copied to clipboard

The timestamp when the invitation was sent.

Link copied to clipboard

The administrator account ID.

Link copied to clipboard

The status of the relationship between the member and the administrator.

Link copied to clipboard

The last-updated timestamp of the member.

Functions

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