# V1FolderMessagesMoveRequest

Body for moving a single message to a target folder.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**targetFolder** | **string** | Destination folder path. | [default to undefined]

## Example

```typescript
import { V1FolderMessagesMoveRequest } from '@hostinger/mail-sdk';

const instance: V1FolderMessagesMoveRequest = {
    targetFolder,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
