WebhookGenerateUriResponse type
Contiene i dati di risposta per l'operazione generateUri.
type WebhookGenerateUriResponse = {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
body: string
}