models.reducers_wrapper module¶
-
class
models.reducers_wrapper.
ReducersWrapper
(reducers=None)[source]¶ Bases:
object
Implementation of the ‘ReducersWrapper’ model.
ReducersWrapper is the struct to define the list of reducers.
- Attributes:
- reducers (list of ReducerInfo): Reducers specifies the list of
available reducers in analytics workbench.
-
classmethod
from_dictionary
(dictionary)[source]¶ Creates an instance of this model from a dictionary
- Args:
dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.
- Returns:
object: An instance of this structure class.