ModelFilter
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Type | FilterType | [optional] | |
| Range | Range | [optional] | |
| Terms | []String | The terms to be filtered. | [optional] |
| Exclude | Boolean | Indicates if the filter excludes results. | [optional] [default to $false] |
Examples
- Prepare the resource
$ModelFilter = Initialize-V2025ModelFilter -Type null `
-Range null `
-Terms null `
-Exclude false
- Convert the resource to JSON
$ModelFilter | ConvertTo-JSON