EnterpriseCrmEventbusProtoNotification class
Constructors
- EnterpriseCrmEventbusProtoNotification({EnterpriseCrmEventbusProtoBuganizerNotification? buganizerNotification, EnterpriseCrmEventbusProtoAddress? emailAddress, String? escalatorQueue, String? pubsubTopic, EnterpriseCrmEventbusProtoCustomSuspensionRequest? request})
- EnterpriseCrmEventbusProtoNotification.fromJson(Map json_)
Properties
- buganizerNotification ↔ EnterpriseCrmEventbusProtoBuganizerNotification?
-
getter/setter pair
- emailAddress ↔ EnterpriseCrmEventbusProtoAddress?
-
getter/setter pair
- escalatorQueue ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- pubsubTopic ↔ String?
-
getter/setter pair
- request ↔ EnterpriseCrmEventbusProtoCustomSuspensionRequest?
-
If the out-of-the-box email/pubsub notifications are not suitable and
custom logic is required, fire a workflow containing all info needed to
notify users to resume execution.
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