GetRecommendedProgramsRequest
@Serializable
Recommended live tv epgs.
Constructors
Link copied to clipboard
constructor(userId: UUID? = null, startIndex: Int? = null, limit: Int? = null, isAiring: Boolean? = null, hasAired: Boolean? = null, isSeries: Boolean? = null, isMovie: Boolean? = null, isNews: Boolean? = null, isKids: Boolean? = null, isSports: Boolean? = null, enableImages: Boolean? = null, imageTypeLimit: Int? = null, enableImageTypes: Collection<ImageType>? = null, genreIds: Collection<UUID>? = null, fields: Collection<ItemFields>? = null, enableUserData: Boolean? = null, enableTotalRecordCount: 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
Retrieve total record count.
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
The genres to return guide information for.
Link copied to clipboard
Optional. The max number of images to return, per image type.
Link copied to clipboard
Optional. The record index to start at. All items with a lower index will be dropped from the results.