atoti_query.query_measure module# class atoti_query.QueryMeasure# Measure of a query cube. property description: Optional[str]# Description of the measure. Return type Optional[str] property folder: Optional[str]# Folder of the measure. Return type Optional[str] property formatter: Optional[str]# Formatter of the measure. Return type Optional[str] property name: str# Name of the measure. Return type str property visible: bool# Whether the measure is visible or not. Return type bool