# ContestEndCondition Defines the conditions to evaluate to determine when the contest is over. Multiple conditions can be set. The contest is over once ANY conditions are met. ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **target_entry_amount** | [**ContestEndConditionTargetEntryAmount**](ContestEndConditionTargetEntryAmount.md) | | [optional] [default to undefined] **ends_at** | **string** | | [optional] [default to undefined] ## Example ```typescript import { ContestEndCondition } from './api'; const instance: ContestEndCondition = { target_entry_amount, ends_at, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)