Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 744 Bytes

NotFoundRepr.md

File metadata and controls

29 lines (23 loc) · 744 Bytes

NotFoundRepr

Properties

Name Type Description Notes
Description String [optional]
Msg String
ErrorId String [optional]
Cause String [optional]
Code String

Examples

  • Prepare the resource
$NotFoundRepr = Initialize-TorizonPlatformAPINotFoundRepr  -Description null `
 -Msg null `
 -ErrorId null `
 -Cause null `
 -Code null
  • Convert the resource to JSON
$NotFoundRepr | ConvertTo-JSON

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