Condividi tramite


ModelGetRegexEntityEntityInfoResponse type

Contiene i dati di risposta per l'operazione getRegexEntityEntityInfo.

type ModelGetRegexEntityEntityInfoResponse = RegexEntityExtractor & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: RegexEntityExtractor
  }
}