models_v2.source_attribute_filter module

class models_v2.source_attribute_filter.SourceAttributeFilter(filter_attribute=None, attribute_values=None)[source]

Bases: object

Implementation of the ‘SourceAttributeFilter’ model.

Specifies a pair of source filter attribute and its possible values.

Attributes:
filter_attribute (string): Specifies the filter attribute for the

source.

attribute_values (list of string): Specifies the list of attribute

values for above filter.

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.