toggle menu
tmdb-api-client
4.9.1-SNAPSHOT
jvm
switch theme
search in API
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
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
?
)