software_agent property

software_agent property

Gets or sets the software agent that performed the action.

Definition:

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

See Also