Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.22 KB

File metadata and controls

20 lines (13 loc) · 1.22 KB

DistributionUpdateParameters

Properties

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 `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]