# Query

## Extends

- `Query`

### agentId?

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

The id of agent that created the resource

#### Inherited from

```ts
bkper.Query.agentId
```

***

### createdAt?

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

The creation timestamp, in milliseconds

#### Inherited from

```ts
bkper.Query.createdAt
```

***

### id?

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

The unique id that identifies the saved Query in the Book

#### Inherited from

```ts
bkper.Query.id
```

***

### query?

```ts
optional query: string;
```

The Query string to be executed

#### Inherited from

```ts
bkper.Query.query
```

***

### title?

```ts
optional title: string;
```

The title of the saved Query

#### Inherited from

```ts
bkper.Query.title
```

***

### updatedAt?

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

The last update timestamp, in milliseconds

#### Inherited from

```ts
bkper.Query.updatedAt
```
