FirewallPolicyAssociation constructor

FirewallPolicyAssociation({
  1. String? attachmentTarget,
  2. String? displayName,
  3. String? firewallPolicyId,
  4. String? name,
  5. String? shortName,
})

Implementation

FirewallPolicyAssociation({
  this.attachmentTarget,
  this.displayName,
  this.firewallPolicyId,
  this.name,
  this.shortName,
});