filters property

filters property

Gets or sets an array of filters to apply with this redaction.

Definition:

@property
def filters(self):
    ...
@filters.setter
def filters(self, value):
    ...

See Also