TroubleshootingRecommendedActions Class

Recommended actions based on discovered issues.

Constructor

TroubleshootingRecommendedActions(*args: Any, **kwargs: Any)

Variables

Name Description
action_id
str

ID of the recommended action.

action_text
str

Description of recommended actions.

action_uri
str

The uri linking to a documentation for the recommended troubleshooting actions.

action_uri_text
str

The information from the URI for the recommended troubleshooting actions.

Attributes

action_id

ID of the recommended action.

action_id: str | None

action_text

Description of recommended actions.

action_text: str | None

action_uri

The uri linking to a documentation for the recommended troubleshooting actions.

action_uri: str | None

action_uri_text

The information from the URI for the recommended troubleshooting actions.

action_uri_text: str | None