Member

sealed class Member

The details about a project member.

Inheritors

Types

Link copied to clipboard
data class GroupIdentifier(val value: String) : Member

The ID of the group of a project member.

Link copied to clipboard
Link copied to clipboard
data class UserIdentifier(val value: String) : Member

The user ID of a project member.

Functions

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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