GetInstantMixFromArtists2Request

data class GetInstantMixFromArtists2Request(val id: UUID, val userId: UUID? = null, val limit: Int? = null, val fields: Collection<ItemFields>? = null, val enableImages: Boolean? = null, val enableUserData: Boolean? = null, val imageTypeLimit: Int? = null, val enableImageTypes: Collection<ImageType>? = null)

Creates an instant playlist based on a given artist.

Constructors

Link copied to clipboard
constructor(id: UUID, userId: UUID? = null, limit: Int? = null, fields: Collection<ItemFields>? = null, enableImages: Boolean? = null, enableUserData: Boolean? = null, imageTypeLimit: Int? = null, enableImageTypes: Collection<ImageType>? = null)

Properties

Link copied to clipboard

Optional. Include image information in output.

Link copied to clipboard

Optional. The image types to include in the output.

Link copied to clipboard

Optional. Include user data.

Link copied to clipboard

Optional. Specify additional fields of information to return in the output.

Link copied to clipboard
val id: UUID

The item id.

Link copied to clipboard

Optional. The max number of images to return, per image type.

Link copied to clipboard
val limit: Int?

Optional. The maximum number of records to return.

Link copied to clipboard
val userId: UUID?

Optional. Filter by user id, and attach user data.