NotificationSet class
A resource returned by the PullNotificationSet API, which contains a collection of notifications for enterprises associated with the service account authenticated for the request.
Constructors
-
NotificationSet({List<
Notification> ? notification, String? notificationSetId}) - NotificationSet.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
notification
↔ List<
Notification> ? -
The notifications received, or empty if no notifications are present.
getter/setter pair
- notificationSetId ↔ String?
-
The notification set ID, required to mark the notification as received
with the Enterprises.AcknowledgeNotification API.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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