Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1014 Bytes

File metadata and controls

35 lines (29 loc) · 1014 Bytes

CallAhead

Properties

Name Type Description Notes
Id Int32 [optional]
CallAheadDescription String [optional]
Renewable Boolean [optional]
Available Boolean [optional]
Highlight Boolean [optional]
CallDescFrench String [optional]
CallDescSpanish String [optional]
NotificationType String [optional]

Examples

  • Prepare the resource
$CallAhead = Initialize-RealGreenSaPSCallAhead  -Id null `
 -CallAheadDescription null `
 -Renewable null `
 -Available null `
 -Highlight null `
 -CallDescFrench null `
 -CallDescSpanish null `
 -NotificationType null
  • Convert the resource to JSON
$CallAhead | ConvertTo-JSON

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