toggle menu
Provider API Reference
jvm
switch theme
search in API
model-film
/
com.flixclusive.model.film.common.details
Package-level
declarations
Types
Types
Company
Link copied to clipboard
@
Serializable
data
class
Company
(
val
id
:
Int
,
val
logoPath
:
String
?
,
val
name
:
String
)
:
Serializable
Data class representing a company.
Film
Image
Link copied to clipboard
@
Serializable
data
class
FilmImage
(
val
filePath
:
String
,
val
height
:
Int
,
val
width
:
Int
)
Data class representing an image associated with a film.