mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-11-05 11:13:46 +00:00
899 B
899 B
TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Size | String | [optional] | |
| Color | String | [optional] | |
| Id | Int64 | [optional] | |
| Name | String | [optional] |
Examples
- Prepare the resource
$TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter = Initialize-PSOpenAPIToolsTestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter -Size null `
-Color null `
-Id 1 `
-Name Dogs
- Convert the resource to JSON
$TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter | ConvertTo-JSON