Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.18 KB

DistributionGroupRelease.md

File metadata and controls

17 lines (13 loc) · 1.18 KB

DistributionGroupRelease

Properties

Name Type Description Notes
id int ID identifying this unique release.
version string The release's version.<br> For iOS: CFBundleVersion from info.plist.<br> For Android: android:versionCode from AppManifest.xml.
origin string The release's origin [optional]
short_version string The release's short version.<br> For iOS: CFBundleShortVersionString from info.plist.<br> For Android: android:versionName from AppManifest.xml.
mandatory_update bool A boolean which determines whether the release is a mandatory update or not.
uploaded_at string UTC time in ISO 8601 format of the uploaded time.
enabled bool This value determines the whether a release currently is enabled or disabled.
is_external_build bool This value determines if a release is external or not. [optional]

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