tmdb-api
common
tmdb-api
/
app.moviebase.tmdb.model
/
TmdbNetwork
Tmdb
Network
@
Serializable
data
class
TmdbNetwork
(
val
id
:
Int
,
val
name
:
String
?
=
null
,
val
originCountry
:
String
?
=
null
,
val
headquarters
:
String
?
=
null
,
val
homepage
:
String
?
=
null
,
val
images
:
NetworkImages
?
=
null
,
val
logoPath
:
String
?
=
null
)
Members
Constructors
Tmdb
Network
Link copied to clipboard
constructor
(
id
:
Int
,
name
:
String
?
=
null
,
originCountry
:
String
?
=
null
,
headquarters
:
String
?
=
null
,
homepage
:
String
?
=
null
,
images
:
NetworkImages
?
=
null
,
logoPath
:
String
?
=
null
)
Properties
headquarters
Link copied to clipboard
val
headquarters
:
String
?
=
null
homepage
Link copied to clipboard
val
homepage
:
String
?
=
null
id
Link copied to clipboard
val
id
:
Int
images
Link copied to clipboard
val
images
:
NetworkImages
?
=
null
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