forked from loafle/openapi-generator-original
* Added the httpsigning code snippet for api doc * Updated the sample * update samples Co-authored-by: William Cheng <wing328hk@gmail.com>
631 B
631 B
InlineObject
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Name | String | Updated name of the pet | [optional] |
| Status | String | Updated status of the pet | [optional] |
Examples
- Prepare the resource
$InlineObject = Initialize-PSPetstoreInlineObject -Name null `
-Status null
- Convert the resource to JSON
$InlineObject | ConvertTo-JSON