Response message for WebhookService.ListWebhooks.

interface WebhookListResponse {
    next_page_token?: string;
    webhooks?: GeminiNextGenAPIClient.Webhooks.Webhook[];
}

Properties

next_page_token?: string

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

The webhooks.