Name | Type | Description | Notes |
---|---|---|---|
Description | String | [optional] | |
Msg | String | ||
ErrorId | String | [optional] | |
Cause | String | [optional] | |
Code | String |
- Prepare the resource
$NotFoundRepr = Initialize-TorizonPlatformAPINotFoundRepr -Description null `
-Msg null `
-ErrorId null `
-Cause null `
-Code null
- Convert the resource to JSON
$NotFoundRepr | ConvertTo-JSON