> ISPO SDK documentation. [HTML](https://ispo.ai/docs/interfaces/core.GoogleMailThreadResult.html) · [Documentation index](https://ispo.ai/docs/llms.txt)

# Interface GoogleMailThreadResult

```typescript
interface GoogleMailThreadResult {
    thread: GoogleMailThread;
}
```

Types: [thread](#thread), [GoogleMailThread](core.GoogleMailThread.md)

##### Index

### <a id="properties"></a>Properties

[thread](#thread)

## <a id="properties-1"></a>Properties

### <a id="thread"></a>thread

```typescript
thread: GoogleMailThread
```

Types: [GoogleMailThread](core.GoogleMailThread.md)
