GetDomainResponse class

Annotations
  • @freezed

Constructors

GetDomainResponse({@JsonKey(name: 'object') required String object, @JsonKey(name: 'id') required String id, @JsonKey(name: 'name') required String name, @JsonKey(name: 'status', unknownEnumValue: DomainStatus.unknown) required DomainStatus status, @JsonKey(name: 'created_at') required DateTime createdAt, @JsonKey(name: 'region') required ResendDomainRegion region, @JsonKey(name: 'records') required List<DomainRecord> records})
const
factory
GetDomainResponse.fromJson(Map<String, Object?> json)
factory

Properties

copyWith → $GetDomainResponseCopyWith<GetDomainResponse>
no setterinherited
createdAt DateTime
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id String
no setterinherited
name String
no setterinherited
object String
no setterinherited
records List<DomainRecord>
no setterinherited
region → ResendDomainRegion
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status → DomainStatus
no setterinherited

Methods

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

Operators

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