Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 731 Bytes

File metadata and controls

25 lines (19 loc) · 731 Bytes

PropertyItemCategory

Properties

Name Type Description Notes
Id Int32 [optional]
Description TranslateableString [optional]
ServiceType String[] [optional]

Examples

  • Prepare the resource
$PropertyItemCategory = Initialize-RealGreenSaPSPropertyItemCategory  -Id null `
 -Description null `
 -ServiceType null
  • Convert the resource to JSON
$PropertyItemCategory | ConvertTo-JSON

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