IngressTo constructor
IngressTo({
- List<
ApiOperation> ? operations, - List<
String> ? resources,
Implementation
IngressTo({
this.operations,
this.resources,
});