mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-12 20:50:55 +00:00
553 B
553 B
Bird
Properties
Name | Type | Description | Notes |
---|---|---|---|
Size | String | [optional] | |
Color | String | [optional] |
Examples
- Prepare the resource
$Bird = Initialize-PSOpenAPIToolsBird -Size null `
-Color null
- Convert the resource to JSON
$Bird | ConvertTo-JSON