# Integration

## Extends

- `Integration`

### addedBy?

```ts
optional addedBy: string;
```

#### Inherited from

```ts
bkper.Integration.addedBy
```

***

### agentId?

```ts
optional agentId: string;
```

The id of agent that created the resource

#### Inherited from

```ts
bkper.Integration.agentId
```

***

### bookId?

```ts
optional bookId: string;
```

#### Inherited from

```ts
bkper.Integration.bookId
```

***

### connectionId?

```ts
optional connectionId: string;
```

#### Inherited from

```ts
bkper.Integration.connectionId
```

***

### createdAt?

```ts
optional createdAt: string;
```

The creation timestamp, in milliseconds

#### Inherited from

```ts
bkper.Integration.createdAt
```

***

### dateAddedMs?

```ts
optional dateAddedMs: string;
```

#### Inherited from

```ts
bkper.Integration.dateAddedMs
```

***

### id?

```ts
optional id: string;
```

#### Inherited from

```ts
bkper.Integration.id
```

***

### lastUpdateMs?

```ts
optional lastUpdateMs: string;
```

#### Inherited from

```ts
bkper.Integration.lastUpdateMs
```

***

### logo?

```ts
optional logo: string;
```

#### Inherited from

```ts
bkper.Integration.logo
```

***

### logoDark?

```ts
optional logoDark: string;
```

#### Inherited from

```ts
bkper.Integration.logoDark
```

***

### name?

```ts
optional name: string;
```

#### Inherited from

```ts
bkper.Integration.name
```

***

### normalizedName?

```ts
optional normalizedName: string;
```

#### Inherited from

```ts
bkper.Integration.normalizedName
```

***

### properties?

```ts
optional properties: object;
```

#### Index Signature

```ts
[name: string]: string
```

#### Inherited from

```ts
bkper.Integration.properties
```

***

### updatedAt?

```ts
optional updatedAt: string;
```

The last update timestamp, in milliseconds

#### Inherited from

```ts
bkper.Integration.updatedAt
```

***

### userId?

```ts
optional userId: string;
```

#### Inherited from

```ts
bkper.Integration.userId
```
