Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 647 Bytes

File metadata and controls

25 lines (19 loc) · 647 Bytes

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

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