Policy constructor

Policy({
  1. PolicyAlternativeNameServerConfig? alternativeNameServerConfig,
  2. String? description,
  3. bool? enableInboundForwarding,
  4. bool? enableLogging,
  5. String? id,
  6. String? kind,
  7. String? name,
  8. List<PolicyNetwork>? networks,
})

Implementation

Policy({
  this.alternativeNameServerConfig,
  this.description,
  this.enableInboundForwarding,
  this.enableLogging,
  this.id,
  this.kind,
  this.name,
  this.networks,
});