Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 908 Bytes

metadata-editor-info.md

File metadata and controls

31 lines (23 loc) · 908 Bytes

Metadata Editor Info

Structure

MetadataEditorInfo

Fields

Name Type Tags Description
parental_rating_options List of ParentalRating Optional -
countries List of CountryInfo Optional -
cultures List of CultureDto Optional -
external_id_infos List of ExternalIdInfo Optional -
content_type string Optional -
content_type_options List of NameValuePair Optional -

Example (as JSON)

{
  "ParentalRatingOptions": null,
  "Countries": null,
  "Cultures": null,
  "ExternalIdInfos": null,
  "ContentType": null,
  "ContentTypeOptions": null
}