William Cheng 372894dd1d
Add powershell echo test, rename api key names (#17043)
* add powershell echo test, rename api key names

* update
2023-11-13 00:09:46 +08:00

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

[Back to Model list] [Back to API list] [Back to README]