ModelCreateRegexEntityModelResponse type

Contains response data for the createRegexEntityModel operation.

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