EventTypeSummary class

Returns information about an event that has triggered a notification rule.

Constructors

EventTypeSummary({String? eventTypeId, String? eventTypeName, String? resourceType, String? serviceName})
EventTypeSummary.fromJson(Map<String, dynamic> json)
factory

Properties

eventTypeId String?
The system-generated ID of the event.
final
eventTypeName String?
The name of the event.
final
hashCode int
The hash code for this object.
no setterinherited
resourceType String?
The resource type of the event.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceName String?
The name of the service for which the event applies.
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