The input sent when updating user defined parameters.
| Property Name | Type | Description |
|---|---|---|
| componentId | String | The component id associated with the parameters. |
| createParameters | InputMaybe<Array<CreateCompassUserDefinedParameterInput>> | The new parameter definitions to create for the component. |
| deleteParameters | InputMaybe<Array<DeleteCompassUserDefinedParameterInput>> | The existing parameter definitions to delete for the component. |
| updateParameters | InputMaybe<Array<UpdateCompassUserDefinedParameterInput>> | The existing parameter definitions to update for the component. |
Rate this page: