ManagedZoneDnsSecConfig constructor

ManagedZoneDnsSecConfig({
  1. List<DnsKeySpec>? defaultKeySpecs,
  2. String? kind,
  3. String? nonExistence,
  4. String? state,
})

Implementation

ManagedZoneDnsSecConfig({
  this.defaultKeySpecs,
  this.kind,
  this.nonExistence,
  this.state,
});