toloka.client.search_results.WebhookSubscriptionSearchResult
WebhookSubscriptionSearchResult( self, *, items: Optional[List[WebhookSubscription]] = None, has_more: Optional[bool] = None)
The result of searching webhook subscriptions.
Parameters | Type | Description |
---|---|---|
items | Optional[List[WebhookSubscription]] | A list with found subscriptions. |
has_more | Optional[bool] | A flag showing whether there are more matching subscriptions.
|
Last updated: August 28, 2023