new OperationDetailsType()
Details about an operation that was made, including who made it, when it was done and why.
Constructs a new OperationDetailsType.
The following features are supported:
Members
comment :string
Description of why the operation was done (Maximum length: 400 characters)
This property holds the value of the 'Comment' attribute.
Type:
- string
timeOfOperation :Date
When the operation was conducted - if not set when performing an operation, the current time will be recorded
This property holds the value of the 'Time Of Operation' attribute.
Type:
- Date
username :string
Name or username of the user conducting the operation
This property holds the value of the 'Username' attribute.
Type:
- string
userOperation :boolean
If the operation was performed by a user or automatically by the system (If unset, deemed to be true - i.e. user operation)
This property holds the value of the 'User Operation' attribute.
Type:
- boolean