| Name | Type | Description | Notes |
|---|---|---|---|
| OperationType | OperationType | [optional] | |
| Path | String | [optional] | |
| Op | String | [optional] | |
| VarFrom | String | [optional] | |
| Value | AnyType | [optional] |
- Prepare the resource
$Operation = Initialize-RealGreenSaPSOperation -OperationType null `
-Path null `
-Op null `
-VarFrom null `
-Value null- Convert the resource to JSON
$Operation | ConvertTo-JSON