action property

action property

Action (accept or reject). This field allows you to influence the display of the revision.

Definition:

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

See Also