Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 765 Bytes

File metadata and controls

25 lines (19 loc) · 765 Bytes

ServiceCallResponseRates

Properties

Name Type Description Notes
ServiceCallsScheduled Int32 [optional]
ServiceCallsCompleted Int32 [optional]
ResponseTime Double [optional]

Examples

  • Prepare the resource
$ServiceCallResponseRates = Initialize-RealGreenSaPSServiceCallResponseRates  -ServiceCallsScheduled null `
 -ServiceCallsCompleted null `
 -ResponseTime null
  • Convert the resource to JSON
$ServiceCallResponseRates | ConvertTo-JSON

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