InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy constructor

InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy({
  1. String? displayName,
  2. String? name,
  3. List<FirewallPolicyRule>? rules,
  4. String? shortName,
  5. String? type,
})

Implementation

InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy({
  this.displayName,
  this.name,
  this.rules,
  this.shortName,
  this.type,
});