# Connection

## Extends

- `Connection`

### agentId?

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

The id of agent that created the resource

#### Inherited from

```ts
bkper.Connection.agentId
```

***

### createdAt?

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

The creation timestamp, in milliseconds

#### Inherited from

```ts
bkper.Connection.createdAt
```

***

### dateAddedMs?

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

#### Inherited from

```ts
bkper.Connection.dateAddedMs
```

***

### email?

```ts
optional email: string;
```

#### Inherited from

```ts
bkper.Connection.email
```

***

### id?

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

#### Inherited from

```ts
bkper.Connection.id
```

***

### logo?

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

#### Inherited from

```ts
bkper.Connection.logo
```

***

### name?

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

#### Inherited from

```ts
bkper.Connection.name
```

***

### properties?

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

#### Index Signature

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

#### Inherited from

```ts
bkper.Connection.properties
```

***

### type?

```ts
optional type: "APP" | "BANK";
```

#### Inherited from

```ts
bkper.Connection.type
```

***

### updatedAt?

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

The last update timestamp, in milliseconds

#### Inherited from

```ts
bkper.Connection.updatedAt
```

***

### userId?

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

#### Inherited from

```ts
bkper.Connection.userId
```

***

### uuid?

```ts
optional uuid: string;
```

#### Inherited from

```ts
bkper.Connection.uuid
```
