# SystemEventLog


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**organizationId** | **string** |  | [default to undefined]
**status** | [**SystemEventLogStatus**](SystemEventLogStatus.md) |  | [default to undefined]
**trigger** | **string** |  | [default to undefined]
**progress** | **{ [key: string]: any; }** |  | [default to undefined]
**createdAt** | **string** |  | [default to undefined]
**updatedAt** | **string** |  | [default to undefined]

## Example

```typescript
import { SystemEventLog } from '@connectedxm/admin-sdk';

const instance: SystemEventLog = {
    id,
    organizationId,
    status,
    trigger,
    progress,
    createdAt,
    updatedAt,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
