DnsUpdates class

A set of DNS record updates that you should make to allow App Hosting to serve secure content in response to requests against your domain.

These updates present the current state of your domain's and related subdomains' DNS records when App Hosting last queried them, and the desired set of records that App Hosting needs to see before your custom domain can be fully active.

Constructors

DnsUpdates.new({String? checkTime, List<DnsRecordSet>? desired, List<DnsRecordSet>? discovered, String? domainName})
DnsUpdates.fromJson(Map json_)

Properties

checkTime String?
The last time App Hosting checked your custom domain's DNS records.
getter/setter pair
desired List<DnsRecordSet>?
The set of DNS records App Hosting needs in order to be able to serve secure content on the domain.
getter/setter pair
discovered List<DnsRecordSet>?
The set of DNS records App Hosting discovered when inspecting a domain.
getter/setter pair
domainName String?
The domain name the DNS updates pertain to.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited