DescribeDataProductProfileResponse
- Stability:
stable
Both JSON blobs are opaque to the runtime library; they are produced and consumed by the infrastructure reconciler and related tooling.
- Qualified id:
com.dataspine.controlplane.DescribeDataProductProfileResponse@1 - Kind:
struct
Properties
| Name | Type | Description |
|---|---|---|
data_product_id | Uuid | Stable id of the data product whose profile was read. |
profile_json | Option<String> | Serialized profile JSON when configured, or absent if the data product has no custom profile. |
kill_switches_json | Option<String> | Serialized kill-switch map when present, describing per-component enablement flags. |