forked from loafle/openapi-generator-original
* replace powershell generator with powershell-experimental generator * add back samples * add back scripts * remove outdated script * update doc
897 B
897 B
Order
Properties
Name | Type | Description | Notes |
---|---|---|---|
Id | Int64 | [optional] [default to null] | |
PetId | Int64 | [optional] [default to null] | |
Quantity | Int32 | [optional] [default to null] | |
ShipDate | System.DateTime | [optional] [default to null] | |
Status | String | Order Status | [optional] [default to null] |
Complete | Boolean | [optional] [default to false] |
Examples
- Prepare the resource
Initialize-PSPetstoreOrder -Id null `
-PetId null `
-Quantity null `
-ShipDate null `
-Status null `
-Complete null
- Convert the resource to JSON
$ | Convert-ToJSON