FeatureValueDto
Properties
| Name | Type | Description | Notes | 
|---|---|---|---|
| Feature | String | The type of feature | [optional] | 
| Numerator | Int32 | The number of identities that have access to the feature | [optional] | 
| Denominator | Int32 | The number of identities with the corresponding feature | [optional] | 
Examples
- Prepare the resource
 
$FeatureValueDto = Initialize-BetaFeatureValueDto  -Feature department `
 -Numerator 14 `
 -Denominator 14
- Convert the resource to JSON
 
$FeatureValueDto | ConvertTo-JSON