EventDescription class
Describes an event.
Constructors
- EventDescription({String? applicationName, String? environmentName, DateTime? eventDate, String? message, String? platformArn, String? requestId, EventSeverity? severity, String? templateName, String? versionLabel})
- EventDescription.fromXml(XmlElement elem)
-
factory
Properties
- applicationName → String?
-
The application associated with the event.
final
- environmentName → String?
-
The name of the environment associated with this event.
final
- eventDate → DateTime?
-
The date when the event occurred.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String?
-
The event message.
final
- platformArn → String?
-
The ARN of the platform version.
final
- requestId → String?
-
The web service request ID for the activity of this event.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- severity → EventSeverity?
-
The severity level of this event.
final
- templateName → String?
-
The name of the configuration associated with this event.
final
- versionLabel → String?
-
The release label for the application version associated with this event.
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