tmdb-api
common
tmdb-api
/
app.moviebase.tmdb.model
/
TmdbCompany
Tmdb
Company
@
Serializable
data
class
TmdbCompany
(
val
id
:
Int
,
val
logoPath
:
String
?
=
null
,
val
name
:
String
?
=
null
,
val
originCountry
:
String
?
=
null
)
:
TmdbSearchable
Members
Constructors
Tmdb
Company
Link copied to clipboard
constructor
(
id
:
Int
,
logoPath
:
String
?
=
null
,
name
:
String
?
=
null
,
originCountry
:
String
?
=
null
)
Properties
id
Link copied to clipboard
@
SerialName
(
value
=
"id"
)
val
id
:
Int
logo
Path
Link copied to clipboard
@
SerialName
(
value
=
"logo_path"
)
val
logoPath
:
String
?
=
null
name
Link copied to clipboard
@
SerialName
(
value
=
"name"
)
val
name
:
String
?
=
null
origin
Country
Link copied to clipboard
@
SerialName
(
value
=
"origin_country"
)
val
originCountry
:
String
?
=
null