ModelCreateRegexEntityModelResponse type
Содержит данные ответа для операции createRegexEntityModel.
type ModelCreateRegexEntityModelResponse = {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
body: string
}