mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-24 18:40:50 +00:00
* replace powershell generator with powershell-experimental generator * add back samples * add back scripts * remove outdated script * update doc
637 B
637 B
InlineObject
Properties
Name | Type | Description | Notes |
---|---|---|---|
Name | String | Updated name of the pet | [optional] [default to null] |
Status | String | Updated status of the pet | [optional] [default to null] |
Examples
- Prepare the resource
Initialize-PSPetstoreInlineObject -Name null `
-Status null
- Convert the resource to JSON
$ | Convert-ToJSON