remediatingActions property

  1. @BuiltValueField.new(wireName: r'remediatingActions')
BuiltList<RemediatingAction>? get remediatingActions

Contains the actions that you can take to resolve the verification error.

Implementation

@BuiltValueField(wireName: r'remediatingActions')
BuiltList<RemediatingAction>? get remediatingActions;