findings.CardElement #
Description #
CardElement provides details about the elements of a Card
Properties #
Name | Type | Description | Notes |
---|---|---|---|
kind | String | Kind of element - NUMERIC: Single numeric value - BREAKDOWN: Breakdown of numeric values - TIME_SERIES: Time-series of numeric values | |
default_time_range | String | The default time range of this card element | [optional] [default to '4d'] |
Enum: KindEnum #
-
NUMERIC
(value:"NUMERIC"
) -
BREAKDOWN
(value:"BREAKDOWN"
) -
TIME_SERIES
(value:"TIME_SERIES"
)
Enum: DefaultTimeRangeEnum #
-
1d
(value:"1d"
) -
2d
(value:"2d"
) -
3d
(value:"3d"
) -
4d
(value:"4d"
)