# BaseAPILog


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**login** | [**BaseLogin**](BaseLogin.md) |  | [default to undefined]
**account** | [**BaseAccount**](BaseAccount.md) |  | [default to undefined]
**user** | [**BaseUser**](BaseUser.md) |  | [default to undefined]
**source** | **string** |  | [default to undefined]
**clientSource** | **string** |  | [default to undefined]
**clientVersion** | **string** |  | [default to undefined]
**status** | **string** |  | [default to undefined]
**statusCode** | **number** |  | [default to undefined]
**response** | **string** |  | [default to undefined]
**path** | **string** |  | [default to undefined]
**method** | **string** |  | [default to undefined]
**deviceType** | **string** |  | [default to undefined]
**ipaddress** | **string** |  | [default to undefined]
**country** | **string** |  | [default to undefined]
**createdAt** | **string** |  | [default to undefined]

## Example

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

const instance: BaseAPILog = {
    id,
    login,
    account,
    user,
    source,
    clientSource,
    clientVersion,
    status,
    statusCode,
    response,
    path,
    method,
    deviceType,
    ipaddress,
    country,
    createdAt,
};
```

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