MemberId

sealed class MemberId

An object containing the identifier of a group member.

Inheritors

Types

Link copied to clipboard
Link copied to clipboard
data class UserId(val value: String) : MemberId

An object containing the identifiers of resources that can be members.

Functions

Link copied to clipboard

Casts this MemberId as a UserId and retrieves its kotlin.String value. Throws an exception if the MemberId is not a UserId.

Link copied to clipboard

Casts this MemberId as a UserId and retrieves its kotlin.String value. Returns null if the MemberId is not a UserId.