| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Int32 | [optional] | |
| Description | TranslateableString | [optional] | |
| TranslatedDescription | String | [optional] | |
| SortOrder | Int32 | [optional] |
- Prepare the resource
$LocationType = Initialize-RealGreenSaPSLocationType -Id null `
-Description null `
-TranslatedDescription null `
-SortOrder null- Convert the resource to JSON
$LocationType | ConvertTo-JSON