mgnipy.emgapi_v2_client.models.biome_list_filters module# class BiomeListFilters(biome_lineage=<mgnipy.emgapi_v2_client.types.Unset object>, max_depth=<mgnipy.emgapi_v2_client.types.Unset object>)[source]# Bases: object Parameters: biome_lineage (None | str | Unset) max_depth (int | None | Unset) biome_lineage# The lineage to match, including all descendant biomes Type: None | str | Unset max_depth# Maximum depth of the biome lineage to include, e.g. root is 1 and root:Host- Associated:Human is level 3 Type: int | None | Unset property additional_keys: list [str ]# additional_properties: dict [str , Any ]# biome_lineage: None | str | Unset# classmethod from_dict(src_dict)[source]# Parameters: src_dict (Mapping [str , Any ]) Return type: T max_depth: int | None | Unset# to_dict()[source]# Return type: dict [str , Any ]