Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 559 Bytes

File metadata and controls

23 lines (17 loc) · 559 Bytes

Title

Properties

Name Type Description Notes
Id Int32 [optional]
TitleDesc String [optional]

Examples

  • Prepare the resource
$Title = Initialize-RealGreenSaPSTitle  -Id null `
 -TitleDesc null
  • Convert the resource to JSON
$Title | ConvertTo-JSON

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