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

805 B

Pet

Properties

Name Type Description Notes
Id Int64 [optional]
Name String
Category Category [optional]
PhotoUrls String[]
Tags Tag[] [optional]
Status String pet status in the store [optional]

Examples

  • Prepare the resource
$Pet = Initialize-PSOpenAPIToolsPet  -Id 10 `
 -Name doggie `
 -Category null `
 -PhotoUrls null `
 -Tags null `
 -Status null
  • Convert the resource to JSON
$Pet | ConvertTo-JSON

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