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
core
/
io.v47.tmdb.http
/
TypeInfo
Type
Info
sealed
class
TypeInfo
(
source
)
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