FailedWebhook class

Details about a failed webhook.

Constructors

FailedWebhook({String? body, required int failureTime, required String id, required String url})
FailedWebhook.fromJson(Map<String, Object?> json)
factory

Properties

body String?
The webhook body.
final
failureTime int
The time the webhook was added to the list of failed webhooks (that is, the time of the last failed retry).
final
hashCode int
The hash code for this object.
no setterinherited
id String
The webhook ID, as sent in the X-Atlassian-Webhook-Identifier header with the webhook.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String
The original webhook destination.
final

Methods

copyWith({String? body, int? failureTime, String? id, String? url}) FailedWebhook
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