mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-11-05 11:13:46 +00:00
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