# Message A textual message with a certain level. ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **level** | [**LevelEnum**](#LevelEnum) | The level of the message. | [optional] **text** | **String** | The actual message. | [optional] **key** | **String** | A key for this message | [optional] ## Enum: LevelEnum Name | Value ---- | ----- OK | "OK" NOTICE | "NOTICE" INVALID | "INVALID" ERROR | "ERROR"