tmdb-api
common
tmdb-api
/
app.moviebase.tmdb.model
/
TmdbCompanyDetail
Tmdb
Company
Detail
@
Serializable
data
class
TmdbCompanyDetail
(
val
id
:
Int
,
val
headquarters
:
String
,
val
homepage
:
String
,
val
logoPath
:
String
?
=
null
,
val
name
:
String
?
=
null
,
val
originCountry
:
String
?
=
null
)
Members
Constructors
Tmdb
Company
Detail
Link copied to clipboard
constructor
(
id
:
Int
,
headquarters
:
String
,
homepage
:
String
,
logoPath
:
String
?
=
null
,
name
:
String
?
=
null
,
originCountry
:
String
?
=
null
)
Properties
headquarters
Link copied to clipboard
val
headquarters
:
String
homepage
Link copied to clipboard
val
homepage
:
String
id
Link copied to clipboard
val
id
:
Int
logo
Path
Link copied to clipboard
val
logoPath
:
String
?
=
null
name
Link copied to clipboard
val
name
:
String
?
=
null
origin
Country
Link copied to clipboard
val
originCountry
:
String
?
=
null