models.mappers_wrapper module¶
- 
class models.mappers_wrapper.MappersWrapper(mappers=None)[source]¶
- Bases: - object- Implementation of the ‘MappersWrapper’ model. - MappersWrapper is the struct to define the list of mappers. - Attributes:
- mappers (list of MapperInfo): Mappers specifies the list of available
- mappers 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.