PlaylistItemType
Definition
type PlaylistItemType string
const (
PlaylistItemTypeDashboardByTag PlaylistItemType = "dashboard_by_tag"
PlaylistItemTypeDashboardByUid PlaylistItemType = "dashboard_by_uid"
PlaylistItemTypeDashboardById PlaylistItemType = "dashboard_by_id"
)