interface WebhookListParams {
    api_version?: string;
    page_size?: number;
    page_token?: string;
}

Properties

api_version?: string

Path param: Which version of the API to use.

page_size?: number

Query param: Optional. The maximum number of webhooks to return. The service may return fewer than this value. If unspecified, at most 50 webhooks will be returned. The maximum value is 1000.

page_token?: string

Query param: Optional. A page token, received from a previous ListWebhooks call. Provide this to retrieve the subsequent page.