issues property

List<AutopilotCompatibilityIssue>? issues
getter/setter pair

The list of issues for the given operation.

Implementation

core.List<AutopilotCompatibilityIssue>? issues;