UserId

data class UserId(val value: String) : MemberId

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

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

Inherited 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.