# findings.CardElement

### Description

CardElement provides details about the elements of a Card

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**kind** | **String** | Kind of element - NUMERIC&amp;#58; Single numeric value - BREAKDOWN&amp;#58; Breakdown of numeric values - TIME_SERIES&amp;#58; Time-series of numeric values | 
**default_time_range** | **String** | The default time range of this card element | [optional] [default to &#39;4d&#39;]


<a name="KindEnum"></a>
## Enum: KindEnum


* `NUMERIC` (value: `"NUMERIC"`)

* `BREAKDOWN` (value: `"BREAKDOWN"`)

* `TIME_SERIES` (value: `"TIME_SERIES"`)




<a name="DefaultTimeRangeEnum"></a>
## Enum: DefaultTimeRangeEnum


* `1d` (value: `"1d"`)

* `2d` (value: `"2d"`)

* `3d` (value: `"3d"`)

* `4d` (value: `"4d"`)



