| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | Name of the distribution | |
| projectId | String | Project id the distribution should be assigned to. | |
| platforms | List<String> | List of platforms the distribution should support. Valid values are: * `android` * `ios` * `flutter` * `i18next` * `rails` | [optional] |
| localeIds | List<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 | Boolean | Use fallback locale if there is no translation in the current locale. | [optional] |
| fallbackToNonRegionalLocale | Boolean | Indicates whether to fallback to non regional locale when locale can not be found | [optional] |
| fallbackToDefaultLocale | Boolean | Indicates whether to fallback to projects default locale when locale can not be found | [optional] |
| useLastReviewedVersion | Boolean | Use last reviewed instead of latest translation in a project | [optional] |