ServerEvent class

An event that is related to the server, such as the start of maintenance or backup.

Constructors

ServerEvent({DateTime? createdAt, String? logUrl, String? message, String? serverName})
ServerEvent.fromJson(Map<String, dynamic> json)
factory

Properties

createdAt DateTime?
The time when the event occurred.
final
hashCode int
The hash code for this object.
no setterinherited
logUrl String?
The Amazon S3 URL of the event's log file.
final
message String?
A human-readable informational or status message.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverName String?
The name of the server on or for which the event occurred.
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