FirewallPolicy constructor

FirewallPolicy({
  1. List<FirewallPolicyAssociation>? associations,
  2. String? creationTimestamp,
  3. String? description,
  4. String? displayName,
  5. String? fingerprint,
  6. String? id,
  7. String? kind,
  8. String? name,
  9. String? parent,
  10. String? region,
  11. int? ruleTupleCount,
  12. List<FirewallPolicyRule>? rules,
  13. String? selfLink,
  14. String? selfLinkWithId,
  15. String? shortName,
})

Implementation

FirewallPolicy({
  this.associations,
  this.creationTimestamp,
  this.description,
  this.displayName,
  this.fingerprint,
  this.id,
  this.kind,
  this.name,
  this.parent,
  this.region,
  this.ruleTupleCount,
  this.rules,
  this.selfLink,
  this.selfLinkWithId,
  this.shortName,
});