Sdílet prostřednictvím


WebhookCreateOrUpdateResponse type

Contains response data for the createOrUpdate operation.

type WebhookCreateOrUpdateResponse = Webhook & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Webhook }
}