# TaskEnterPayload ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **event_type** | **string** | | [optional] [default to EventTypeEnum_TaskEnter] **source** | [**Source**](Source.md) | | [default to undefined] **survey_id** | **string** | | [default to undefined] **quota_id** | **string** | | [optional] [default to undefined] **country_iso** | **string** | | [default to undefined] ## Example ```typescript import { TaskEnterPayload } from './api'; const instance: TaskEnterPayload = { event_type, source, survey_id, quota_id, country_iso, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)