FirewallInfo constructor

FirewallInfo({
  1. String? action,
  2. String? direction,
  3. String? displayName,
  4. String? firewallRuleType,
  5. String? networkUri,
  6. String? policy,
  7. int? priority,
  8. List<String>? targetServiceAccounts,
  9. List<String>? targetTags,
  10. String? uri,
})

Implementation

FirewallInfo({
  this.action,
  this.direction,
  this.displayName,
  this.firewallRuleType,
  this.networkUri,
  this.policy,
  this.priority,
  this.targetServiceAccounts,
  this.targetTags,
  this.uri,
});