BuildVersion
This class represents a build version, encapsulating the build identifier, the version string, and a timestamp. It is typically used to provide detailed version information for a software component or application.
Attributes
| Attribute | Type | Description |
|---|---|---|
| Build | string | Stores the build identifier for the software version. |
| Version | string | Stores the semantic version string for the software. |
| Timestamp | string | Stores the timestamp indicating when this build version was created. |