Skip to main content

CreateDataProductResponse

  • Stability: stable

Always includes the new data product id; optionally includes a freshly created initial version id when the control plane seeds a default semver.

  • Qualified id: com.dataspine.controlplane.CreateDataProductResponse@1
  • Kind: struct

Properties

NameTypeDescription
data_product_idUuidUUID assigned to the created data product.
data_product_version_idOption<Uuid>When present, the id of an automatically provisioned initial data product version.

Back to Control Plane