WebhookDtoEventNameEnum class
Webhook trigger event name
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromJson(
dynamic value) → WebhookDtoEventNameEnum? -
listFromJson(
dynamic json, {bool growable = false}) → List< WebhookDtoEventNameEnum> ?
Constants
- BOUNCE → const WebhookDtoEventNameEnum
- BOUNCE_RECIPIENT → const WebhookDtoEventNameEnum
- DELIVERY_STATUS → const WebhookDtoEventNameEnum
- EMAIL_OPENED → const WebhookDtoEventNameEnum
- EMAIL_READ → const WebhookDtoEventNameEnum
- EMAIL_RECEIVED → const WebhookDtoEventNameEnum
- NEW_ATTACHMENT → const WebhookDtoEventNameEnum
- NEW_CONTACT → const WebhookDtoEventNameEnum
- NEW_EMAIL → const WebhookDtoEventNameEnum
- NEW_SMS → const WebhookDtoEventNameEnum
-
values
→ const List<
WebhookDtoEventNameEnum> - List of all possible values in this WebhookDtoEventNameEnum.