AssessmentRunNotification class

Used as one of the elements of the AssessmentRun data type.

Constructors

AssessmentRunNotification({required DateTime date, required bool error, required InspectorEvent event, String? message, AssessmentRunNotificationSnsStatusCode? snsPublishStatusCode, String? snsTopicArn})
AssessmentRunNotification.fromJson(Map<String, dynamic> json)
factory

Properties

date DateTime
The date of the notification.
final
error bool
The Boolean value that specifies whether the notification represents an error.
final
event InspectorEvent
The event for which a notification is sent.
final
hashCode int
The hash code for this object.
no setterinherited
message String?
The message included in the notification.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
snsPublishStatusCode AssessmentRunNotificationSnsStatusCode?
The status code of the SNS notification.
final
snsTopicArn String?
The SNS topic to which the SNS notification is sent.
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