mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-03-10 08:31:23 +00:00
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