Sdílet prostřednictvím


WebhookGetResponse type

Obsahuje data odpovědi pro operaci get.

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