apply property

apply property

Indicates whether the redaction should be applied. If true, the redacted content will replace the original content.

Definition:

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

See Also