customChecks property

List<CustomCheck>? customChecks
getter/setter pair

Custom analysis checks from 3P metric providers that are run as part of the analysis Job.

Output only.

Implementation

core.List<CustomCheck>? customChecks;