Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 612 Bytes

startup-configuration-dto.md

File metadata and controls

27 lines (18 loc) · 612 Bytes

Startup Configuration Dto

The startup configuration DTO.

Structure

StartupConfigurationDto

Fields

Name Type Tags Description
ui_culture string Optional Gets or sets UI language culture.
metadata_country_code string Optional Gets or sets the metadata country code.
preferred_metadata_language string Optional Gets or sets the preferred language for the metadata.

Example (as JSON)

{
  "UICulture": null,
  "MetadataCountryCode": null,
  "PreferredMetadataLanguage": null
}