FilterProperty

class oci.marketplace_publisher.models.FilterProperty(**kwargs)

Bases: object

Properties for the filter

Methods

__init__(**kwargs) Initializes a new FilterProperty object with values from keyword arguments.

Attributes

code Gets the code of this FilterProperty.
name Gets the name of this FilterProperty.
__init__(**kwargs)

Initializes a new FilterProperty object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • name (str) – The value to assign to the name property of this FilterProperty.
  • code (str) – The value to assign to the code property of this FilterProperty.
code

Gets the code of this FilterProperty. Filter code

Returns:The code of this FilterProperty.
Return type:str
name

Gets the name of this FilterProperty. Name of filter

Returns:The name of this FilterProperty.
Return type:str