forked from loafle/openapi-generator-original
565 B
565 B
Query
Properties
Name | Type | Description | Notes |
---|---|---|---|
Id | Int64 | Query | [optional] |
Outcomes | String[] | [optional] |
Examples
- Prepare the resource
$Query = Initialize-PSOpenAPIToolsQuery -Id null `
-Outcomes null
- Convert the resource to JSON
$Query | ConvertTo-JSON