Udostępnij za pośrednictwem


ModelAddCustomPrebuiltEntityResponse type

Zawiera dane odpowiedzi dla operacji addCustomPrebuiltEntity.

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