ListServiceAccountKeysResponse constructor

ListServiceAccountKeysResponse({
  1. List<ServiceAccountKey>? keys,
})

Implementation

ListServiceAccountKeysResponse({
  this.keys,
});