ResendDomainRecord class

A class holding information about a domain record

Constructors

ResendDomainRecord.new({required String record, required String name, required String type, required String ttl, required ResendDomainStatus status, required String value, int? priority})
Constructor of ResendDomainRecord
const
ResendDomainRecord.fromJson(Json json)
Factory method for creating a ResendDomainRecord instance from a JSON object
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
The name of the record
final
priority int?
The priority of the record
final
record String
The ID of the record
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status ResendDomainStatus
The status of the record
final
ttl String
The ttl of the record
final
type String
The type of the record
final
value String
The value of the record
final

Methods

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

Operators

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