Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.01 KB

FailedWebhooks.md

File metadata and controls

17 lines (12 loc) · 1.01 KB

jira_cloud.model.FailedWebhooks

Load the model package

import 'package:jira_cloud/api.dart';

Properties

Name Type Description Notes
values BuiltList<FailedWebhook> The list of webhooks. [default to const []]
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. [default to null]
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). [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]