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

# Interface GoogleMailMessageBody

```typescript
interface GoogleMailMessageBody {
    html?: string;
    text?: string;
}
```

Types: [html](#html), [text](#text)

##### Index

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

[html?](#html) [text?](#text)

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

### <a id="html"></a>`Optional`html

```typescript
html?: string
```

### <a id="text"></a>`Optional`text

```typescript
text?: string
```
