ModelGetHierarchicalEntityRoleResponse type
Содержит данные ответа для операции getHierarchicalEntityRole.
type ModelGetHierarchicalEntityRoleResponse = EntityRole & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: EntityRole
}
}