MetricResponse
Properties
Name | Type | Description | Notes |
---|---|---|---|
Name | String | the name of metric | [optional] |
Value | Decimal | the value associated to the metric | [optional] |
Examples
- Prepare the resource
$MetricResponse = Initialize-PSSailpoint.BetaMetricResponse -Name null `
-Value null
- Convert the resource to JSON
$MetricResponse | ConvertTo-JSON