toggle menu
tmdb-api-client
4.9.1-SNAPSHOT
jvm
switch theme
search in API
api
/
io.v47.tmdb.model
/
CompanyAlternativeNameResult
Company
Alternative
Name
Result
data
class
CompanyAlternativeNameResult
(
val
name
:
String
?
,
val
type
:
String
?
)
:
TmdbType
Members
Constructors
Company
Alternative
Name
Result
Link copied to clipboard
constructor
(
name
:
String
?
,
type
:
String
?
)
Properties
name
Link copied to clipboard
val
name
:
String
?
type
Link copied to clipboard
val
type
:
String
?
Functions
handle
Unknown
Property
Link copied to clipboard
fun
handleUnknownProperty
(
key
:
String
,
value
:
Any
?
)