Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 829 Bytes

File metadata and controls

27 lines (21 loc) · 829 Bytes

SkipServicesAPIResult

Properties

Name Type Description Notes
AllServices Int32 [optional]
NonServiceable Int32 [optional]
Percentage Double [optional]
NonServiceDetails NonServiceDetail[] [optional]

Examples

  • Prepare the resource
$SkipServicesAPIResult = Initialize-RealGreenSaPSSkipServicesAPIResult  -AllServices null `
 -NonServiceable null `
 -Percentage null `
 -NonServiceDetails null
  • Convert the resource to JSON
$SkipServicesAPIResult | ConvertTo-JSON

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