ModelGetRegexEntityRoleResponse type
Obsahuje data odpovědi pro operaci getRegexEntityRole.
type ModelGetRegexEntityRoleResponse = EntityRole & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: EntityRole
}
}