MetadataEditorInfo

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

The content type.

Link copied to clipboard

The content type options.

Link copied to clipboard

The countries.

Link copied to clipboard

The cultures.

Link copied to clipboard

The external id infos.

Link copied to clipboard

The parental rating options.