ModelCreateRegexEntityRoleResponse type
Contains response data for the createRegexEntityRole operation.
type ModelCreateRegexEntityRoleResponse = {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
body: string
}