William Cheng 372894dd1d
Add powershell echo test, rename api key names (#17043)
* add powershell echo test, rename api key names

* update
2023-11-13 00:09:46 +08:00

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

[Back to Model list] [Back to API list] [Back to README]