UpdateDataProductProfileRequest
- Stability:
stable
Selects the target data product and supplies the full profile document as JSON text; partial merges are not performed server-side.
- Qualified id:
com.dataspine.controlplane.UpdateDataProductProfileRequest@1 - Kind:
struct
Properties
| Name | Type | Description |
|---|---|---|
data_product_id | Option<Uuid> | Optional data product UUID selector. |
data_product_root_namespace | Option<String> | Optional data product root namespace selector. |
profile_json | String | Complete profile JSON payload to persist for the selected data product. |