MetadataEditorInfo

@Serializable
data class MetadataEditorInfo(val parentalRatingOptions: List<ParentalRating>, val countries: List<CountryInfo>, val cultures: List<CultureDto>, val externalIdInfos: List<ExternalIdInfo>, val contentType: CollectionType? = null, val contentTypeOptions: List<NameValuePair>)

A class representing metadata editor information.

Constructors

Link copied to clipboard
constructor(parentalRatingOptions: List<ParentalRating>, countries: List<CountryInfo>, cultures: List<CultureDto>, externalIdInfos: List<ExternalIdInfo>, contentType: CollectionType? = null, contentTypeOptions: List<NameValuePair>)

Properties

Link copied to clipboard
@SerialName(value = "ContentType")
val contentType: CollectionType?

The content type.

Link copied to clipboard
@SerialName(value = "ContentTypeOptions")
val contentTypeOptions: List<NameValuePair>

The content type options.

Link copied to clipboard
@SerialName(value = "Countries")
val countries: List<CountryInfo>

The countries.

Link copied to clipboard
@SerialName(value = "Cultures")
val cultures: List<CultureDto>

The cultures.

Link copied to clipboard
@SerialName(value = "ExternalIdInfos")
val externalIdInfos: List<ExternalIdInfo>

The external id infos.

Link copied to clipboard
@SerialName(value = "ParentalRatingOptions")
val parentalRatingOptions: List<ParentalRating>

The parental rating options.