webhooks

@JvmName(name = "listWebhooksResponseListWebhookItem")
fun Flow<ListWebhooksResponse>.webhooks(): Flow<ListWebhookItem>

This paginator transforms the flow returned by listWebhooksPaginated to access the nested member ListWebhookItem

Return

A kotlinx.coroutines.flow.Flow that can collect ListWebhookItem