forked from loafle/openapi-generator-original
647 B
647 B
ShapeOrNull
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ShapeType | String | ||
| TriangleType | String | ||
| QuadrilateralType | String |
Examples
- Prepare the resource
$ShapeOrNull = Initialize-PSPetstoreShapeOrNull -ShapeType null `
-TriangleType null `
-QuadrilateralType null
- Convert the resource to JSON
$ShapeOrNull | ConvertTo-JSON