GetLatestMediaRequest
@Serializable
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.