issues property

List<AccountIssue>? issues
getter/setter pair

List of account issues for a given account.

This list can be shown with compressed, expandable items. In the compressed form, the title and impact should be shown for each issue. Once the issue is expanded, the detailed content and available actions should be rendered.

Implementation

core.List<AccountIssue>? issues;