Class IntegrationUpdatedAuditLogData
Contains a piece of audit log data related to an integration update.
public class IntegrationUpdatedAuditLogData : IAuditLogData
- Inheritance
-
IntegrationUpdatedAuditLogData
- Implements
- Inherited Members
Properties
After
Gets the integration information after the changes.
public IntegrationInfo After { get; }
Property Value
Before
Gets the integration information before the changes.
public IntegrationInfo Before { get; }
Property Value
Integration
Gets the partial integration the changes correspond to.
public IIntegration Integration { get; }