Firewall constructor
      
      Firewall({ 
    
    
- List<
FirewallAllowed> ? allowed, - String? creationTimestamp,
 - List<
FirewallDenied> ? denied, - String? description,
 - List<
String> ? destinationRanges, - String? direction,
 - bool? disabled,
 - String? id,
 - String? kind,
 - FirewallLogConfig? logConfig,
 - String? name,
 - String? network,
 - int? priority,
 - String? selfLink,
 - List<
String> ? sourceRanges, - List<
String> ? sourceServiceAccounts, - List<
String> ? sourceTags, - List<
String> ? targetServiceAccounts, - List<
String> ? targetTags, 
Implementation
Firewall({
  this.allowed,
  this.creationTimestamp,
  this.denied,
  this.description,
  this.destinationRanges,
  this.direction,
  this.disabled,
  this.id,
  this.kind,
  this.logConfig,
  this.name,
  this.network,
  this.priority,
  this.selfLink,
  this.sourceRanges,
  this.sourceServiceAccounts,
  this.sourceTags,
  this.targetServiceAccounts,
  this.targetTags,
});