InstanceViewStatus Class
Instance view status.
Constructor
InstanceViewStatus()
Variables
| Name | Description |
|---|---|
|
code
|
The status code. |
|
level
|
The level code. Known values are: "Info", "Warning", and "Error". |
|
display_status
|
The short localizable label for the status. |
|
message
|
The detailed status message, including for alerts and error messages. |
|
time
|
The time of the status. |
Attributes
code
The status code.
code: str
displayStatus
The short localizable label for the status.
displayStatus: str
level
"Info", "Warning", and "Error".
level: str | StatusLevelTypes
message
The detailed status message, including for alerts and error messages.
message: str
time
The time of the status.
time: str