forked from loafle/openapi-generator-original
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