Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 597 Bytes

File metadata and controls

23 lines (17 loc) · 597 Bytes

Quadrilateral

Properties

Name Type Description Notes
ShapeType String
QuadrilateralType String

Examples

  • Prepare the resource
$Quadrilateral = Initialize-PSPetstoreQuadrilateral  -ShapeType null `
 -QuadrilateralType null
  • Convert the resource to JSON
$Quadrilateral | ConvertTo-JSON

[Back to Model list] [Back to API list] [Back to README]