EgressTo constructor

EgressTo({
  1. List<String>? externalResources,
  2. List<ApiOperation>? operations,
  3. List<String>? resources,
  4. List<String>? roles,
})

Implementation

EgressTo({
  this.externalResources,
  this.operations,
  this.resources,
  this.roles,
});