SearchCriteriaFiltersValue
Properties
Name | Type | Description | Notes |
---|---|---|---|
Type | String | The type of filter, e.g., ""TERMS"" or ""RANGE"". | [optional] |
Terms | []String | Terms to filter by (for ""TERMS"" type). | [optional] |
Range | SearchCriteriaFiltersValueRange | [optional] |
Examples
- Prepare the resource
$SearchCriteriaFiltersValue = Initialize-BetaSearchCriteriaFiltersValue -Type TERMS `
-Terms [active, inactive] `
-Range null
- Convert the resource to JSON
$SearchCriteriaFiltersValue | ConvertTo-JSON