IngressTo constructor

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

Implementation

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