Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 670 Bytes

File metadata and controls

27 lines (21 loc) · 670 Bytes

FruitReq

Properties

Name Type Description Notes
Cultivar String
Mealy Boolean [optional]
LengthCm Decimal
Sweet Boolean [optional]

Examples

  • Prepare the resource
$FruitReq = Initialize-PSPetstoreFruitReq  -Cultivar null `
 -Mealy null `
 -LengthCm null `
 -Sweet null
  • Convert the resource to JSON
$FruitReq | ConvertTo-JSON

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