ForwardingRuleInfo constructor

ForwardingRuleInfo({
  1. String? displayName,
  2. String? loadBalancerName,
  3. String? matchedPortRange,
  4. String? matchedProtocol,
  5. String? networkUri,
  6. String? pscGoogleApiTarget,
  7. String? pscServiceAttachmentUri,
  8. String? region,
  9. String? target,
  10. String? uri,
  11. String? vip,
})

Implementation

ForwardingRuleInfo({
  this.displayName,
  this.loadBalancerName,
  this.matchedPortRange,
  this.matchedProtocol,
  this.networkUri,
  this.pscGoogleApiTarget,
  this.pscServiceAttachmentUri,
  this.region,
  this.target,
  this.uri,
  this.vip,
});