actions property
A list of actionable steps that can be executed to solve the issue.
An example is requesting a re-review or providing arguments when business disagrees with the issue. Actions that are supported in (your) third-party application can be rendered as buttons and should be available to the business when they expand the issue.
Implementation
core.List<Action>? actions;