forked from loafle/openapi-generator-original
624 B
624 B
Cat
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ClassName | String | ||
| Color | String | [optional] [default to "red"] | |
| Declawed | Boolean | [optional] |
Examples
- Prepare the resource
$Cat = Initialize-PSPetstoreCat -ClassName null `
-Color null `
-Declawed null
- Convert the resource to JSON
$Cat | ConvertTo-JSON