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
/
ReviewAuthorDetails
Review
Author
Details
data
class
ReviewAuthorDetails
(
val
name
:
String
?
,
val
username
:
String
?
,
val
avatarPath
:
String
?
,
val
rating
:
Double
?
)
:
TmdbType
(
source
)
Members
Constructors
Review
Author
Details
Link copied to clipboard
constructor
(
name
:
String
?
,
username
:
String
?
,
avatarPath
:
String
?
,
rating
:
Double
?
)
Properties
avatar
Path
Link copied to clipboard
val
avatarPath
:
String
?
name
Link copied to clipboard
val
name
:
String
?
rating
Link copied to clipboard
val
rating
:
Double
?
username
Link copied to clipboard
val
username
:
String
?
Functions
handle
Unknown
Property
Link copied to clipboard
fun
handleUnknownProperty
(
key
:
String
,
value
:
Any
?
)