Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.31 KB

LocalizationRead.md

File metadata and controls

18 lines (15 loc) · 1.31 KB

IO.Dyspatch.Model.LocalizationRead

localization metadata and latest revision for associated template

Properties

Name Type Description Notes
Id string An opaque, unique identifier for a localization [optional]
Languages List<string> a list of locale codes that are available in the localization. See supported languages for an exhaustive list of locale codes. [optional]
Url string The API url for a specific localization [optional]
Template string An opaque, unique identifier for a template [optional]
Compiled CompiledRead [optional]
CreatedAt DateTimeOffset The time of initial creation [optional]
UpdatedAt DateTimeOffset The time of last update [optional]
Name string The user-specified name of a localization [optional]
LocaleGroup string the locale group this localization belongs to, if this field is empty the localization does not belong to any locale group [optional]

[Back to Model list] [Back to API list] [Back to README]