webhooks property

Map<String, PathItem>? get webhooks
inherited

The incoming webhooks that may be received as part of this API and that the API consumer MAY choose to implement. Closely related to the callbacks feature, this section describes requests initiated other than by an API call, for example by an out of band registration. The key name is a unique string to refer to each webhook, while the (optionally referenced) path Item Object describes a request that may be initiated by the API provider and the expected responses.

Implementation

Map<String, PathItem>? get webhooks => throw _privateConstructorUsedError;