ApiKeyIds constructor

ApiKeyIds({
  1. List<String>? ids,
  2. List<String>? warnings,
})

Implementation

ApiKeyIds({
  this.ids,
  this.warnings,
});