toggle menu
tmdb-api-client
4.9.1-SNAPSHOT
jvm
switch theme
search in API
core
/
io.v47.tmdb.http
/
TypeInfo
Type
Info
sealed
class
TypeInfo
Inheritors
Simple
Generic
Members
Types
Generic
Link copied to clipboard
data
class
Generic
(
val
rawType
:
Class
<
*
>
,
val
typeArguments
:
List
<
TypeInfo
>
,
val
fullType
:
Type
)
:
TypeInfo
Simple
Link copied to clipboard
data
class
Simple
(
val
type
:
Class
<
*
>
)
:
TypeInfo
Properties
full
Type
Link copied to clipboard
abstract
val
fullType
:
Type