username property

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

The name of the API credential, for example ws@Company.TestCompany.

Implementation

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