keys property

  1. @TagNumber.new(1)
PbList<ServiceAccountKey> get keys

The public keys for the service account.

Implementation

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