Skip to main content

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

NameTypeDescription
idUuidUUID of the described data product version.
data_product_idUuidParent data product UUID.
versionInteger32Internal ordering version integer.
semver_majorInteger32Semantic major component.
semver_minorInteger32Semantic minor component.
semver_patchInteger32Semantic patch component.

Back to Control Plane