ModelGetHierarchicalEntityRoleResponse type
A getHierarchicalEntityRole művelet válaszadatait tartalmazza.
type ModelGetHierarchicalEntityRoleResponse = EntityRole & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: EntityRole
}
}