LocalizationResourceDataStoredStructure

Version #2

Description:

Represents all the data stored for a Localization resource

Fields:

  • comment: String [Optional]
    Default: null
    Description: Optional comment to define the usage context of this text.
  • externalIds: Array<String> [Optional]
    Default: Empty array
    Description: External ids which references this key. Used for merging data imported from external tools.
  • key: String [Required]
    Description: Defines the key/name for this localization.
  • tags: Array<String> [Optional]
    Default: Empty array
    Description: Optional tags for this key.
  • translations: Map<String, String> [Optional]
    Default: Empty object
    Description: All the translations of this key mapped by the language code.
  • variables: Array< LocalizationVariableStructure:v2 > [Optional]
    Default: Empty array
    Description: Usable variables of this key. This order is used as the parameter order in source code.

In use by: