ModelAddCustomPrebuiltEntityResponse type

Enthält Antwortdaten für den Vorgang addCustomPrebuiltEntity.

type ModelAddCustomPrebuiltEntityResponse = {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
  body: string
}