mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-13 21:20:56 +00:00
785 B
785 B
Drawing
Properties
Name | Type | Description | Notes |
---|---|---|---|
MainShape | Shape | [optional] | |
ShapeOrNull | ShapeOrNull | [optional] | |
NullableShape | NullableShape | [optional] | |
Shapes | Shape[] | [optional] |
Examples
- Prepare the resource
$Drawing = Initialize-PSPetstoreDrawing -MainShape null `
-ShapeOrNull null `
-NullableShape null `
-Shapes null
- Convert the resource to JSON
$Drawing | ConvertTo-JSON