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