Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 933 Bytes

File metadata and controls

31 lines (25 loc) · 933 Bytes

NonServiceDetail

Properties

Name Type Description Notes
NonServiceReasonID Int32 [optional]
NonServicedReason String [optional]
NonServicedReasonCount Int32 [optional]
ServicedCount Int32 [optional]
Skipped Int32 [optional]
Serviceable Int32 [optional]

Examples

  • Prepare the resource
$NonServiceDetail = Initialize-RealGreenSaPSNonServiceDetail  -NonServiceReasonID null `
 -NonServicedReason null `
 -NonServicedReasonCount null `
 -ServicedCount null `
 -Skipped null `
 -Serviceable null
  • Convert the resource to JSON
$NonServiceDetail | ConvertTo-JSON

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