forked from loafle/openapi-generator-original
805 B
805 B
Pet
Properties
Name | Type | Description | Notes |
---|---|---|---|
Id | Int64 | [optional] | |
Name | String | ||
Category | Category | [optional] | |
PhotoUrls | String[] | ||
Tags | Tag[] | [optional] | |
Status | String | pet status in the store | [optional] |
Examples
- Prepare the resource
$Pet = Initialize-PSOpenAPIToolsPet -Id 10 `
-Name doggie `
-Category null `
-PhotoUrls null `
-Tags null `
-Status null
- Convert the resource to JSON
$Pet | ConvertTo-JSON