Name | Type | Description | Notes |
---|---|---|---|
name | String | Name of the distribution | [optional] |
projectId | String | Project id the distribution should be assigned to. | [optional] |
platforms | List<String> | List of platforms the distribution should support. | [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 <code>enclose_in_cdata</code> is available for platform <code>android</code>. | [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] |