mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-11-05 03:03:39 +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