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