models_v2.source_attribute_filters_response_params module¶
-
class
models_v2.source_attribute_filters_response_params.
SourceAttributeFiltersResponseParams
(source_attribute_filters=None)[source]¶ Bases:
object
Implementation of the ‘SourceAttributeFiltersResponseParams’ model.
Protection Source attribute filters
- Attributes:
- source_attribute_filters (list of SourceAttributeFilter): Specifies
the list of protection source filters.
-
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.