conditions property

  1. @TagNumber.new(15)
Map<String, StateCondition> get conditions

Output only. The reason(s) why a trigger is in FAILED state.

Implementation

@$pb.TagNumber(15)
$core.Map<$core.String, StateCondition> get conditions => $_getMap(10);