Class: DatadogAPIClient::V1::WidgetLegacyLiveSpan
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::WidgetLegacyLiveSpan
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/widget_legacy_live_span.rb
Overview
Wrapper for live span
Instance Attribute Summary collapse
-
#hide_incomplete_cost_data ⇒ Object
Whether to hide incomplete cost data in the widget.
-
#live_span ⇒ Object
The available timeframes depend on the widget you are using.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#hide_incomplete_cost_data ⇒ Object
Whether to hide incomplete cost data in the widget.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/widget_legacy_live_span.rb', line 25 def hide_incomplete_cost_data @hide_incomplete_cost_data end |
#live_span ⇒ Object
The available timeframes depend on the widget you are using.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/widget_legacy_live_span.rb', line 25 def live_span @live_span end |