Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 785 Bytes

File metadata and controls

29 lines (23 loc) · 785 Bytes

Phone

Properties

Name Type Description Notes
Number String [optional]
Type String [optional]
PhoneType PhoneTypes [optional]
TypeDescription String [optional]
IsPreferred Boolean [optional]

Examples

  • Prepare the resource
$Phone = Initialize-RealGreenSaPSPhone  -Number null `
 -Type null `
 -PhoneType null `
 -TypeDescription null `
 -IsPreferred null
  • Convert the resource to JSON
$Phone | ConvertTo-JSON

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