tmdb-api
common
tmdb-api
/
app.moviebase.tmdb.model
/
Tmdb4UpdateListRequest
Tmdb4Update
List
Request
@
Serializable
data
class
Tmdb4UpdateListRequest
(
val
name
:
String
?
=
null
,
val
public
:
Boolean
?
=
null
,
val
description
:
String
?
=
null
,
val
sortBy
:
String
?
=
null
)
Members
Constructors
Tmdb4Update
List
Request
Link copied to clipboard
constructor
(
name
:
String
?
=
null
,
public
:
Boolean
?
=
null
,
description
:
String
?
=
null
,
sortBy
:
String
?
=
null
)
Properties
description
Link copied to clipboard
@
SerialName
(
value
=
"description"
)
val
description
:
String
?
=
null
name
Link copied to clipboard
@
SerialName
(
value
=
"name"
)
val
name
:
String
?
=
null
public
Link copied to clipboard
@
SerialName
(
value
=
"public"
)
val
public
:
Boolean
?
=
null
sort
By
Link copied to clipboard
@
SerialName
(
value
=
"sort_by"
)
val
sortBy
:
String
?
=
null