accounts property

  1. @TagNumber.new(1)
PbList<ServiceAccount> get accounts

The list of matching service accounts.

Implementation

@$pb.TagNumber(1)
$pb.PbList<ServiceAccount> get accounts => $_getList(0);