ModelGetRegexEntityRoleResponse type
Innehåller svarsdata för åtgärden getRegexEntityRole.
type ModelGetRegexEntityRoleResponse = EntityRole & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: EntityRole
}
}