| Name | Type | Description | Notes |
|---|---|---|---|
| Code | Int32 | [optional] | |
| Type | String | [optional] | |
| Message | String | [optional] |
- Prepare the resource
$ApiResponse = Initialize-PSPetstoreApiResponse -Code null `
-Type null `
-Message null- Convert the resource to JSON
$ApiResponse | ConvertTo-JSON