TaskResultDetailsMessagesInner
Import this model from the entry point of its package:
import { TaskResultDetailsMessagesInner } from '@sailpoint/angular-sdk/reports_data_extraction';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type | (optional) string | Type of the message. | [default to undefined] |
| error | (optional) boolean | Flag whether message is an error. | [default to false] |
| warning | (optional) boolean | Flag whether message is a warning. | [default to false] |
| key | (optional) string | Message string identifier. | [default to undefined] |
| localizedText | (optional) string | Message context with the locale based language. | [default to undefined] |