| Name | Type | Description | Notes |
|---|---|---|---|
| Number | String | [optional] | |
| Type | String | [optional] | |
| PhoneType | PhoneTypes | [optional] | |
| TypeDescription | String | [optional] | |
| IsPreferred | Boolean | [optional] |
- Prepare the resource
$Phone = Initialize-RealGreenSaPSPhone -Number null `
-Type null `
-PhoneType null `
-TypeDescription null `
-IsPreferred null- Convert the resource to JSON
$Phone | ConvertTo-JSON