Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WebhookListResult

Package version

The result of a request to list webhooks for a container registry.

Hierarchy

  • WebhookListResult

Index

Properties

Properties

Optional nextLink

nextLink: undefined | string

The URI that can be used to request the next list of webhooks.

Optional value

value: Webhook[]

The list of webhooks. Since this list may be incomplete, the nextLink field should be used to request the next list of webhooks.

Generated using TypeDoc