CustomDomain class

Constructors

CustomDomain({required String domain, required String projectId, required String phase, required bool available, required List<CustomDomainDnsRecord> routingRecords, required List<CustomDomainCondition> conditions, required DateTime createdAt, CustomDomainDnsRecord? dnsAuthorizationRecord, String? certificateState, String? mapEntryState})
const
CustomDomain.fromJson(Map<String, dynamic> json)
factory

Properties

available bool
final
certificateState String?
final
conditions List<CustomDomainCondition>
final
createdAt DateTime
final
dnsAuthorizationRecord CustomDomainDnsRecord?
final
domain String
final
hashCode int
The hash code for this object.
no setterinherited
mapEntryState String?
final
phase String
final
projectId String
final
routingRecords List<CustomDomainDnsRecord>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wildcard bool
no setter

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