WebhookGetResponse type

Contains response data for the get operation.

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