Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.36 KB

DistributionUpdateParameters.md

File metadata and controls

19 lines (14 loc) · 1.36 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 []string List of platforms the distribution should support. [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 <code>enclose_in_cdata</code> is available for platform <code>android</code>. [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]

[Back to Model list] [Back to API list] [Back to README]