result property

  1. @BuiltValueField.new(wireName: r'Result')
Result get result

Result of the processing of the message. Possible values: * Failure * Partial * Success

Implementation

@BuiltValueField(wireName: r'Result')
Result get result;