| Name | Type | Description | Notes |
|---|---|---|---|
| ClassName | String | ||
| Color | String | [optional] [default to "red"] | |
| Declawed | Boolean | [optional] |
- Prepare the resource
$Cat = Initialize-PSPetstoreCat -ClassName null `
-Color null `
-Declawed null- Convert the resource to JSON
$Cat | ConvertTo-JSON