ExternalAccessRule constructor
ExternalAccessRule({})
Implementation
ExternalAccessRule({
this.action,
this.createTime,
this.description,
this.destinationIpRanges,
this.destinationPorts,
this.ipProtocol,
this.name,
this.priority,
this.sourceIpRanges,
this.sourcePorts,
this.state,
this.uid,
this.updateTime,
});