History class

Annotations

Constructors

History()
History.fromJson(Map<String, dynamic> json)
factory

Properties

alert_body String
Message body included in the notification sent.
getter/setter pair
alert_type String
Type of notification that has been dispatched.
getter/setter pair
description String?
Description of the notification policy (if present).
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
UUID
getter/setter pair
mechanism_type String
The type of mechanism to which the notification has been dispatched. This can be email/pagerduty/webhook based on the mechanism configured.
getter/setter pair
name String
Name of the policy.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sent String
Timestamp of when the notification was dispatched
getter/setter pair

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