CancelledRequestDetails
Properties
| Name | Type | Description | Notes | 
|---|---|---|---|
| Comment | String | Comment made by the owner when cancelling the associated request. | [optional] | 
| Owner | OwnerDto | [optional] | |
| Modified | System.DateTime | Date comment was added by the owner when cancelling the associated request. | [optional] | 
Examples
- Prepare the resource
$CancelledRequestDetails = Initialize-V2025CancelledRequestDetails  -Comment This request must be cancelled. `
 -Owner null `
 -Modified 2019-12-20T09:17:12.192Z
- Convert the resource to JSON
$CancelledRequestDetails | ConvertTo-JSON