ModelUpdateRegexEntityRoleResponse type

Contains response data for the updateRegexEntityRole operation.

type ModelUpdateRegexEntityRoleResponse = OperationStatus & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: OperationStatus
  }
}