DnsRecordSet class
Represents a DNS record set resource.
Constructors
-
DnsRecordSet({List<
String> ? data, String? domain, String? ttl, String? type}) - DnsRecordSet.fromJson(Map json_)
Properties
-
data
↔ List<
String> ? -
As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) for
examples see https://cloud.google.com/dns/records/json-record.
getter/setter pair
- domain ↔ String?
-
The DNS or domain name of the record set, e.g.
test.example.com
.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
- ttl ↔ String?
-
The period of time for which this RecordSet can be cached by resolvers.
getter/setter pair
- type ↔ String?
-
The identifier of a supported record type.
getter/setter pair
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