# V1MeResource

Authenticated account payload.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**data** | [**V1MeResourceData**](V1MeResourceData.md) |  | [default to undefined]

## Example

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

const instance: V1MeResource = {
    data,
};
```

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