Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 688 Bytes

File metadata and controls

27 lines (21 loc) · 688 Bytes

GmFruit

Properties

Name Type Description Notes
Color String [optional]
Cultivar String [optional]
Origin String [optional]
LengthCm Decimal [optional]

Examples

  • Prepare the resource
$GmFruit = Initialize-PSPetstoreGmFruit  -Color null `
 -Cultivar null `
 -Origin null `
 -LengthCm null
  • Convert the resource to JSON
$GmFruit | ConvertTo-JSON

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