DescribeDataProductVersionResponse
- Stability:
stable
Contains identifiers tying the version back to its parent data product plus the semver triple used for release management.
- Qualified id:
com.dataspine.controlplane.DescribeDataProductVersionResponse@1 - Kind:
struct
Properties
| Name | Type | Description |
|---|---|---|
id | Uuid | UUID of the described data product version. |
data_product_id | Uuid | Parent data product UUID. |
version | Integer32 | Internal ordering version integer. |
semver_major | Integer32 | Semantic major component. |
semver_minor | Integer32 | Semantic minor component. |
semver_patch | Integer32 | Semantic patch component. |