GroupIdentifier

data class GroupIdentifier(val value: String) : Member

The ID of the group of a project member.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

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