| Name | Type | Description | Notes |
|---|---|---|---|
| name | string | Name of the distribution | [optional] |
| project_id | string | Project id the distribution should be assigned to. | [optional] |
| platforms | string[] | List of platforms the distribution should support. | [optional] |
| locale_ids | string[] | List of locale ids that will be part of distribution releases | [optional] |
| format_options | array<string,string> | Additional formatting and render options. Only `enclose_in_cdata` is available for platform `android`. | [optional] |
| fallback_locales_enabled | bool | Use fallback locale if there is no translation in the current locale. | [optional] |
| fallback_to_non_regional_locale | bool | Indicates whether to fallback to non regional locale when locale can not be found | [optional] |
| fallback_to_default_locale | bool | Indicates whether to fallback to projects default locale when locale can not be found | [optional] |
| use_last_reviewed_version | bool | Use last reviewed instead of latest translation in a project | [optional] |