RenewalSummary class

Describes the status of a SSL/TLS certificate renewal managed by Amazon Lightsail.

Constructors

RenewalSummary({List<DomainValidationRecord>? domainValidationRecords, RenewalStatus? renewalStatus, String? renewalStatusReason, DateTime? updatedAt})
RenewalSummary.fromJson(Map<String, dynamic> json)
factory

Properties

domainValidationRecords List<DomainValidationRecord>?
An array of objects that describe the domain validation records of the certificate.
final
hashCode int
The hash code for this object.
no setterinherited
renewalStatus RenewalStatus?
The renewal status of the certificate.
final
renewalStatusReason String?
The reason for the renewal status of the certificate.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updatedAt DateTime?
The timestamp when the certificate was last updated.
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