Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 624 Bytes

File metadata and controls

25 lines (19 loc) · 624 Bytes

Cat

Properties

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

Examples

  • Prepare the resource
$Cat = Initialize-PSPetstoreCat  -ClassName null `
 -Color null `
 -Declawed null
  • Convert the resource to JSON
$Cat | ConvertTo-JSON

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