AutomatedDnsCreationSpec constructor

AutomatedDnsCreationSpec({
  1. String? dnsSuffix,
  2. String? hostname,
  3. String? ttl,
})

Implementation

AutomatedDnsCreationSpec({this.dnsSuffix, this.hostname, this.ttl});