mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-13 21:20:56 +00:00
734 B
734 B
ArrayTest
Properties
Name | Type | Description | Notes |
---|---|---|---|
ArrayOfString | String[] | [optional] | |
ArrayArrayOfInteger | Int64[][] | [optional] | |
ArrayArrayOfModel | ReadOnlyFirst[][] | [optional] |
Examples
- Prepare the resource
$ArrayTest = Initialize-PSPetstoreArrayTest -ArrayOfString null `
-ArrayArrayOfInteger null `
-ArrayArrayOfModel null
- Convert the resource to JSON
$ArrayTest | ConvertTo-JSON