GetLatestMediaRequest
data class GetLatestMediaRequest(val userId: UUID? = null, val parentId: UUID? = null, val fields: Collection<ItemFields>? = null, val includeItemTypes: Collection<BaseItemKind>? = null, val isPlayed: Boolean? = null, val enableImages: Boolean? = null, val imageTypeLimit: Int? = null, val enableImageTypes: Collection<ImageType>? = null, val enableUserData: Boolean? = null, val limit: Int? = 20, val groupItems: Boolean? = true)
Latest media.
Constructors
Link copied to clipboard
constructor(userId: UUID? = null, parentId: UUID? = null, fields: Collection<ItemFields>? = null, includeItemTypes: Collection<BaseItemKind>? = null, isPlayed: Boolean? = null, enableImages: Boolean? = null, imageTypeLimit: Int? = null, enableImageTypes: Collection<ImageType>? = null, enableUserData: Boolean? = null, limit: Int? = 20, groupItems: Boolean? = true)
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
Whether or not to group items into a parent container.
Link copied to clipboard
Optional. the max number of images to return, per image type.
Link copied to clipboard
Optional. If specified, results will be filtered based on item type. This allows multiple, comma delimited.