# Clash.ClashTestResource

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **String** | The type of the clash test resource | 
**extension** | **String** | The file extension used by the clash test resource | 
**url** | **String** | The URL used to retrieve the clash test resource | 
**headers** | **{String: String}** | The headers used to retrieve the clash test resource | 
**validUntil** | **Date** | The time in UTC that the request will stop working. | [optional] 



## Enum: ExtensionEnum


* `json.gz` (value: `"json.gz"`)

* `sqlite` (value: `"sqlite"`)




