SyncPlayLibraryAccessDeniedUpdate

@Serializable
@SerialName(value = "LibraryAccessDenied")
data class SyncPlayLibraryAccessDeniedUpdate(val groupId: UUID, val data: String) : GroupUpdate

Constructors

Link copied to clipboard
constructor(groupId: UUID, data: String)

Properties

Link copied to clipboard
@SerialName(value = "Data")
val data: String

The update data.

Link copied to clipboard
@SerialName(value = "GroupId")
open override val groupId: UUID

The group identifier.

Link copied to clipboard
open override val type: GroupUpdateType

Enum GroupUpdateType.