result property

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

The result of scheduling an Account Updater. If scheduling was successful, this field returns Success; otherwise it contains the error message.

Implementation

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