Delen via


ModelGetRegexEntityEntityInfoResponse type

Bevat antwoordgegevens voor de bewerking getRegexEntityEntityInfo.

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