Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 921 Bytes

File metadata and controls

31 lines (25 loc) · 921 Bytes

DocumentCategory

Properties

Name Type Description Notes
Id Int32 [optional]
Description String [optional]
DescriptionFrench String [optional]
DescriptionSpanish String [optional]
AvailableOnWeb Boolean [optional]
AvailableOnMobile Boolean [optional]

Examples

  • Prepare the resource
$DocumentCategory = Initialize-RealGreenSaPSDocumentCategory  -Id null `
 -Description null `
 -DescriptionFrench null `
 -DescriptionSpanish null `
 -AvailableOnWeb null `
 -AvailableOnMobile null
  • Convert the resource to JSON
$DocumentCategory | ConvertTo-JSON

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