Tmdb4UpdateItemsRequest

@Serializable
data class Tmdb4UpdateItemsRequest(val items: List<Tmdb4UpdateListItem>)

Constructors

Link copied to clipboard
constructor(items: List<Tmdb4UpdateListItem>)

Properties

Link copied to clipboard
@SerialName(value = "items")
val items: List<Tmdb4UpdateListItem>