ibmcloud-security-advisor-findings
Version:
JavaScript client library for the IBM Cloud Security Advisor Findings API
41 lines (19 loc) • 862 B
Markdown
# findings.InlineResponse200CardElements
### 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']
<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"`)