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

# Interface GoogleMailModifyMessageInput

```typescript
interface GoogleMailModifyMessageInput {
    accountId?: string;
    addLabelIds?: string[];
    messageId: string;
    removeLabelIds?: string[];
}
```

Types: [accountId](#accountid), [addLabelIds](#addlabelids), [messageId](#messageid), [removeLabelIds](#removelabelids)

##### Index

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

[accountId?](#accountid) [addLabelIds?](#addlabelids) [messageId](#messageid) [removeLabelIds?](#removelabelids)

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

### <a id="accountid"></a>`Optional`accountId

```typescript
accountId?: string
```

### <a id="addlabelids"></a>`Optional`addLabelIds

```typescript
addLabelIds?: string[]
```

### <a id="messageid"></a>messageId

```typescript
messageId: string
```

### <a id="removelabelids"></a>`Optional`removeLabelIds

```typescript
removeLabelIds?: string[]
```
