Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 568 Bytes

File metadata and controls

23 lines (17 loc) · 568 Bytes

BananaReq

Properties

Name Type Description Notes
LengthCm Decimal
Sweet Boolean [optional]

Examples

  • Prepare the resource
$BananaReq = Initialize-PSPetstoreBananaReq  -LengthCm null `
 -Sweet null
  • Convert the resource to JSON
$BananaReq | ConvertTo-JSON

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