accountGroups property

  1. @BuiltValueField.new(wireName: r'accountGroups')
BuiltList<String>? get accountGroups

The list of account groups associated with this user.

Implementation

@BuiltValueField(wireName: r'accountGroups')
BuiltList<String>? get accountGroups;