ModelGetRegexEntityRoleResponse type
Zawiera dane odpowiedzi dla operacji getRegexEntityRole.
type ModelGetRegexEntityRoleResponse = EntityRole & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: EntityRole
}
}