openapi-generator/samples/client/echo_api/powershell/docs/TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter.md
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

899 B

TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter

Properties

Name Type Description Notes
Size String [optional]
Color String [optional]
Id Int64 [optional]
Name String [optional]

Examples

  • Prepare the resource
$TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter = Initialize-PSOpenAPIToolsTestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter  -Size null `
 -Color null `
 -Id 1 `
 -Name Dogs
  • Convert the resource to JSON
$TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter | ConvertTo-JSON

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