NotificationScheme class

Details about a notification scheme.

Constructors

NotificationScheme({String? description, String? expand, int? id, String? name, List<NotificationSchemeEvent>? notificationSchemeEvents, List<int>? projects, Scope? scope, String? self})
NotificationScheme.fromJson(Map<String, Object?> json)
factory

Properties

description String?
The description of the notification scheme.
final
expand String?
Expand options that include additional notification scheme details in the response.
final
hashCode int
The hash code for this object.
no setterinherited
id int?
The ID of the notification scheme.
final
name String?
The name of the notification scheme.
final
notificationSchemeEvents List<NotificationSchemeEvent>
The notification events and associated recipients.
final
projects List<int>
The list of project IDs associated with the notification scheme.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scope Scope?
The scope of the notification scheme.
final
self String?
final

Methods

copyWith({String? description, String? expand, int? id, String? name, List<NotificationSchemeEvent>? notificationSchemeEvents, List<int>? projects, Scope? scope, String? self}) NotificationScheme
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