TroubleshootingRecommendedActions Class
Recommended actions based on discovered issues.
Constructor
TroubleshootingRecommendedActions(*, action_id: str | None = None, action_text: str | None = None, action_uri: str | None = None, action_uri_text: str | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
action_id
|
ID of the recommended action. Default value: None
|
|
action_text
|
Description of recommended actions. Default value: None
|
|
action_uri
|
The uri linking to a documentation for the recommended troubleshooting actions. Default value: None
|
|
action_uri_text
|
The information from the URI for the recommended troubleshooting actions. Default value: None
|
Variables
| Name | Description |
|---|---|
|
action_id
|
ID of the recommended action. |
|
action_text
|
Description of recommended actions. |
|
action_uri
|
The uri linking to a documentation for the recommended troubleshooting actions. |
|
action_uri_text
|
The information from the URI for the recommended troubleshooting actions. |