William Cheng f327f01c19
Replace powershell generator with powershell-experimental generator (#6213)
* replace powershell generator with powershell-experimental generator

* add back samples

* add back scripts

* remove outdated script

* update doc
2020-05-08 20:13:01 +08:00

658 B

ApiResponse

Properties

Name Type Description Notes
Code Int32 [optional] [default to null]
Type String [optional] [default to null]
Message String [optional] [default to null]

Examples

  • Prepare the resource
Initialize-PSPetstoreApiResponse  -Code null `
 -Type null `
 -Message null
  • Convert the resource to JSON
$ | Convert-ToJSON

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