Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 563 Bytes

File metadata and controls

23 lines (17 loc) · 563 Bytes

AppleReq

Properties

Name Type Description Notes
Cultivar String
Mealy Boolean [optional]

Examples

  • Prepare the resource
$AppleReq = Initialize-PSPetstoreAppleReq  -Cultivar null `
 -Mealy null
  • Convert the resource to JSON
$AppleReq | ConvertTo-JSON

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