forked from loafle/openapi-generator-original
680 B
680 B
Mammal
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| HasBaleen | Boolean | [optional] | |
| HasTeeth | Boolean | [optional] | |
| ClassName | String | ||
| Type | String | [optional] |
Examples
- Prepare the resource
$Mammal = Initialize-PSPetstoreMammal -HasBaleen null `
-HasTeeth null `
-ClassName null `
-Type null
- Convert the resource to JSON
$Mammal | ConvertTo-JSON