ServiceAccountKeysListResponse constructor

ServiceAccountKeysListResponse({
  1. List<ServiceAccountKey>? serviceAccountKey,
})

Implementation

ServiceAccountKeysListResponse({
  this.serviceAccountKey,
});