Class SocketIntegrationUpdatedAuditLogData
Contains a piece of audit log data related to an integration update.
public class SocketIntegrationUpdatedAuditLogData : ISocketAuditLogData, IAuditLogData
- Inheritance
-
SocketIntegrationUpdatedAuditLogData
- Implements
- Inherited Members
Properties
After
Gets the integration information after the changes.
public SocketIntegrationInfo After { get; }
Property Value
Before
Gets the integration information before the changes.
public SocketIntegrationInfo Before { get; }