ModelGetHierarchicalEntityRoleResponse type
Contains response data for the getHierarchicalEntityRole operation.
type ModelGetHierarchicalEntityRoleResponse = EntityRole & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: EntityRole
}
}