ModelAddCustomPrebuiltEntityResponse type
Enthält Antwortdaten für den addCustomPrebuiltEntity-Vorgang.
type ModelAddCustomPrebuiltEntityResponse = {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
body: string
}