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