IngressTo constructor

IngressTo({
  1. List<ApiOperation>? operations,
  2. List<String>? resources,
})

Implementation

IngressTo({
  this.operations,
  this.resources,
});