menu
googleapis package
documentation
servicenetworking/v1.dart
DnsRecordSet
DnsRecordSet.new constructor
DnsRecordSet.new constructor
dark_mode
light_mode
DnsRecordSet
constructor
DnsRecordSet
(
{
List
<
String
>
?
data
,
String
?
domain
,
String
?
ttl
,
String
?
type
,
})
Implementation
DnsRecordSet({
this
.data,
this
.domain,
this
.ttl,
this
.type, });
googleapis package
documentation
servicenetworking/v1
DnsRecordSet
DnsRecordSet.new constructor
DnsRecordSet class
Constructors
new
fromJson
Properties
data
domain
hashCode
runtimeType
ttl
type
Methods
noSuchMethod
toJson
toString
Operators
operator ==