Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 617 Bytes

File metadata and controls

25 lines (19 loc) · 617 Bytes

Dog

Properties

Name Type Description Notes
ClassName String
Color String [optional] [default to "red"]
Breed String [optional]

Examples

  • Prepare the resource
$Dog = Initialize-PSPetstoreDog  -ClassName null `
 -Color null `
 -Breed null
  • Convert the resource to JSON
$Dog | ConvertTo-JSON

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