tmdb-api-client
Toggle table of contents
5.4.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
tmdb-api-client
api
/
io.v47.tmdb.model
/
CompanyAlternativeNameResult
Company
Alternative
Name
Result
data
class
CompanyAlternativeNameResult
(
val
name
:
String
?
,
val
type
:
String
?
)
:
TmdbType
(
source
)
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
?
)