mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-13 21:20:56 +00:00
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