Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 776 Bytes

ApplicationVersionImpl.md

File metadata and controls

12 lines (8 loc) · 776 Bytes

ApplicationVersionImpl

Properties

Name Type Description Notes
major int The major version number of the application version. This version number is increased with the major changes and releases of the application [optional]
minor int The minor version number of the application version. This version number is increased whenever new features are added in given release [optional]
full_version str The full version of the application release in the form of MAJOR.MINOR.PATCH(-LABEL) [optional]

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