NotificationEvent class

Details about a notification event.

Constructors

NotificationEvent({String? description, int? id, String? name, NotificationEvent? templateEvent})
NotificationEvent.fromJson(Map<String, Object?> json)
factory

Properties

description String?
The description of the event.
final
hashCode int
The hash code for this object.
no setterinherited
id int?
The ID of the event. The event can be a Jira system event or a custom event.
final
name String?
The name of the event.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
templateEvent NotificationEvent?
The template of the event. Only custom events configured by Jira administrators have template.
final

Methods

copyWith({String? description, int? id, String? name, NotificationEvent? templateEvent}) NotificationEvent
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited