Class SetPlaylistItemRequestDto.

SetPlaylistItemRequestDto

interface SetPlaylistItemRequestDto {
    PlaylistItemId?: string;
}

Properties

Properties

PlaylistItemId?: string

Gets or sets the playlist identifier of the playing item.

SetPlaylistItemRequestDto