Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 655 Bytes

File metadata and controls

25 lines (19 loc) · 655 Bytes

NullableShape

Properties

Name Type Description Notes
ShapeType String
TriangleType String
QuadrilateralType String

Examples

  • Prepare the resource
$NullableShape = Initialize-PSPetstoreNullableShape  -ShapeType null `
 -TriangleType null `
 -QuadrilateralType null
  • Convert the resource to JSON
$NullableShape | ConvertTo-JSON

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