mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-13 21:20:56 +00:00
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