FirewallPolicy constructor
      
      FirewallPolicy({ 
    
    
- List<FirewallPolicyAssociation> ? associations,
- String? creationTimestamp,
- String? description,
- String? displayName,
- String? fingerprint,
- String? id,
- String? kind,
- String? name,
- List<FirewallPolicyRule> ? packetMirroringRules,
- String? parent,
- String? region,
- int? ruleTupleCount,
- List<FirewallPolicyRule> ? rules,
- String? selfLink,
- String? selfLinkWithId,
- String? shortName,
Implementation
FirewallPolicy({
  this.associations,
  this.creationTimestamp,
  this.description,
  this.displayName,
  this.fingerprint,
  this.id,
  this.kind,
  this.name,
  this.packetMirroringRules,
  this.parent,
  this.region,
  this.ruleTupleCount,
  this.rules,
  this.selfLink,
  this.selfLinkWithId,
  this.shortName,
});