forceAck property

  1. @BuiltValueField(wireName: r'forceAck')
bool? forceAck

Flag which determines if the ack for the metric warning should be directly stored (without trying to send email first) or not

Implementation

@BuiltValueField(wireName: r'forceAck')
bool? get forceAck;