Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 563 Bytes

File metadata and controls

23 lines (17 loc) · 563 Bytes

Apple

Properties

Name Type Description Notes
Cultivar String [optional]
Origin String [optional]

Examples

  • Prepare the resource
$Apple = Initialize-PSPetstoreApple  -Cultivar null `
 -Origin null
  • Convert the resource to JSON
$Apple | ConvertTo-JSON

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