| Name | Type | Description | Notes |
|---|---|---|---|
| Name | string | Name of the distribution | |
| ProjectId | string | Project id the distribution should be assigned to. | |
| Platforms | []string | List of platforms the distribution should support. Valid values are: * `android` * `ios` * `flutter` * `i18next` * `rails` | [optional] |
| LocaleIds | []string | List of locale ids that will be part of distribution releases | [optional] |
| FormatOptions | map[string]string | Additional formatting and render options. Only `enclose_in_cdata` is available for platform `android`. | [optional] |
| FallbackLocalesEnabled | bool | Use fallback locale if there is no translation in the current locale. | [optional] |
| FallbackToNonRegionalLocale | bool | Indicates whether to fallback to non regional locale when locale can not be found | [optional] |
| FallbackToDefaultLocale | bool | Indicates whether to fallback to projects default locale when locale can not be found | [optional] |
| UseLastReviewedVersion | bool | Use last reviewed instead of latest translation in a project | [optional] |