Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 641 Bytes

File metadata and controls

23 lines (17 loc) · 641 Bytes

PreferredPhoneType

Properties

Name Type Description Notes
Number String [optional]
PhoneType PhoneTypes [optional]

Examples

  • Prepare the resource
$PreferredPhoneType = Initialize-RealGreenSaPSPreferredPhoneType  -Number null `
 -PhoneType null
  • Convert the resource to JSON
$PreferredPhoneType | ConvertTo-JSON

[Back to Model list] [Back to API list] [Back to README]