Skip to content

Latest commit

 

History

History
executable file
·
21 lines (15 loc) · 568 Bytes

DatabaseError1.md

File metadata and controls

executable file
·
21 lines (15 loc) · 568 Bytes

DatabaseError1

Properties

Name Type Description Notes
Message String Description of the error [optional]

Examples

  • Prepare the resource
$DatabaseError1 = Initialize-GrommunioAdminDatabaseError1  -Message null
  • Convert the resource to JSON
$DatabaseError1 | ConvertTo-JSON

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