Policy constructor
Policy({
- PolicyAlternativeNameServerConfig? alternativeNameServerConfig,
- String? description,
- bool? enableInboundForwarding,
- bool? enableLogging,
- String? id,
- String? kind,
- String? name,
- List<
PolicyNetwork> ? networks,
Implementation
Policy({
this.alternativeNameServerConfig,
this.description,
this.enableInboundForwarding,
this.enableLogging,
this.id,
this.kind,
this.name,
this.networks,
});