| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Int32 | [optional] | |
| Flag | Int32 | [optional] | |
| CustomerNumber | Int32 | [optional] | |
| Descriptions | TranslateableString | [optional] |
- Prepare the resource
$CustomerFlag = Initialize-RealGreenSaPSCustomerFlag -Id null `
-Flag null `
-CustomerNumber null `
-Descriptions null- Convert the resource to JSON
$CustomerFlag | ConvertTo-JSON