core.Map<core.String, core.dynamic> toJson() { final dnsSuffix = this.dnsSuffix; final hostname = this.hostname; final ttl = this.ttl; return {'dnsSuffix': ?dnsSuffix, 'hostname': ?hostname, 'ttl': ?ttl}; }