Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.1 KB

VersionInfo.md

File metadata and controls

19 lines (14 loc) · 1.1 KB

VersionInfo

Properties

Name Type Description Notes
version Option<String> Gets or sets the version. [optional]
version_number Option<String> Gets the version as a System.Version. [optional][readonly]
changelog Option<String> Gets or sets the changelog for this version. [optional]
target_abi Option<String> Gets or sets the ABI that this version was built against. [optional]
source_url Option<String> Gets or sets the source URL. [optional]
checksum Option<String> Gets or sets a checksum for the binary. [optional]
timestamp Option<String> Gets or sets a timestamp of when the binary was built. [optional]
repository_name Option<String> Gets or sets the repository name. [optional]
repository_url Option<String> Gets or sets the repository url. [optional]

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