forked from loafle/openapi-generator-original
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