The input to update a metric definition.
| Property Name | Type | Description |
|---|---|---|
| cloudId | InputMaybe<String> | The cloud ID of the built in metric definition being updated |
| configuration | InputMaybe<CompassMetricDefinitionConfigurationInput> | The configuration of the metric definition. |
| description | InputMaybe<String> | The updated description of the metric definition. |
| format | InputMaybe<CompassMetricDefinitionFormatInput> | The updated format option of the metric definition. |
| id | String | The ID of the metric definition being updated. |
| isPinned | InputMaybe<Boolean> | |
| name | InputMaybe<String> | The updated name of the metric definition. |
Rate this page: