ListingProductAdditionalFilter¶
-
class
oci.marketplace_publisher.models.ListingProductAdditionalFilter(**kwargs)¶ Bases:
objectAdditional filters attached to a product of listing
Methods
__init__(**kwargs)Initializes a new ListingProductAdditionalFilter object with values from keyword arguments. Attributes
filter_codeGets the filter_code of this ListingProductAdditionalFilter. filter_propertiesGets the filter_properties of this ListingProductAdditionalFilter. -
__init__(**kwargs)¶ Initializes a new ListingProductAdditionalFilter object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - filter_code (str) – The value to assign to the filter_code property of this ListingProductAdditionalFilter.
- filter_properties (list[str]) – The value to assign to the filter_properties property of this ListingProductAdditionalFilter.
-
filter_code¶ Gets the filter_code of this ListingProductAdditionalFilter. filter code for the product
Returns: The filter_code of this ListingProductAdditionalFilter. Return type: str
-
filter_properties¶ Gets the filter_properties of this ListingProductAdditionalFilter. additional properties attached to a filter
Returns: The filter_properties of this ListingProductAdditionalFilter. Return type: list[str]
-