forked from loafle/openapi-generator-original
808 B
808 B
DataQuery
Properties
Name | Type | Description | Notes |
---|---|---|---|
Id | Int64 | Query | [optional] |
Outcomes | String[] | [optional] | |
Suffix | String | test suffix | [optional] |
Text | String | Some text containing white spaces | [optional] |
Date | System.DateTime | A date | [optional] |
Examples
- Prepare the resource
$DataQuery = Initialize-PSOpenAPIToolsDataQuery -Id null `
-Outcomes null `
-Suffix null `
-Text Some text `
-Date null
- Convert the resource to JSON
$DataQuery | ConvertTo-JSON