FailedWebhooks class
A page of failed webhooks.
Constructors
-
FailedWebhooks({required int maxResults, String? next, required List<
FailedWebhook> values}) -
FailedWebhooks.fromJson(Map<
String, Object?> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxResults → int
-
The maximum number of items on the page. If the list of values is shorter
than this number, then there are no more pages.
final
- next → String?
-
The URL to the next page of results. Present only if the request returned
at least one result.The next page may be empty at the time of receiving
the response, but new failed webhooks may appear in time. You can save the
URL to the next page and query for new results periodically (for example,
every hour).
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
values
→ List<
FailedWebhook> -
The list of webhooks.
final
Methods
-
copyWith(
{int? maxResults, String? next, List< FailedWebhook> ? values}) → FailedWebhooks -
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