Skip to content

Commit d274c9d

Browse files
Extend Widget time schema with support for hide_incomplete_cost_data (#2793)
Co-authored-by: ci.datadog-api-spec <[email protected]> 0b4a0db
1 parent 3fd0513 commit d274c9d

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

datadog_api_client.v1.model.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31141,7 +31141,10 @@ <h2 id="submodules">Submodules<a class="headerlink" href="#submodules" title="Li
3114131141
<p>Wrapper for live span</p>
3114231142
<dl class="field-list simple">
3114331143
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
31144-
<dd class="field-odd"><p><strong>live_span</strong> (<a class="reference internal" href="#datadog_api_client.v1.model.widget_live_span.WidgetLiveSpan" title="datadog_api_client.v1.model.widget_live_span.WidgetLiveSpan"><em>WidgetLiveSpan</em></a><em>, </em><em>optional</em>) – The available timeframes depend on the widget you are using.</p>
31144+
<dd class="field-odd"><ul class="simple">
31145+
<li><p><strong>hide_incomplete_cost_data</strong> (<em>bool</em><em>, </em><em>optional</em>) – Whether to hide incomplete cost data in the widget.</p></li>
31146+
<li><p><strong>live_span</strong> (<a class="reference internal" href="#datadog_api_client.v1.model.widget_live_span.WidgetLiveSpan" title="datadog_api_client.v1.model.widget_live_span.WidgetLiveSpan"><em>WidgetLiveSpan</em></a><em>, </em><em>optional</em>) – The available timeframes depend on the widget you are using.</p></li>
31147+
</ul>
3114531148
</dd>
3114631149
</dl>
3114731150
<dl class="py attribute">
@@ -31445,6 +31448,7 @@ <h2 id="submodules">Submodules<a class="headerlink" href="#submodules" title="Li
3144531448
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
3144631449
<dd class="field-odd"><ul class="simple">
3144731450
<li><p><strong>_from</strong> (<em>int</em>) – Start time in seconds since epoch.</p></li>
31451+
<li><p><strong>hide_incomplete_cost_data</strong> (<em>bool</em><em>, </em><em>optional</em>) – Whether to hide incomplete cost data in the widget.</p></li>
3144831452
<li><p><strong>to</strong> (<em>int</em>) – End time in seconds since epoch.</p></li>
3144931453
<li><p><strong>type</strong> (<a class="reference internal" href="#datadog_api_client.v1.model.widget_new_fixed_span_type.WidgetNewFixedSpanType" title="datadog_api_client.v1.model.widget_new_fixed_span_type.WidgetNewFixedSpanType"><em>WidgetNewFixedSpanType</em></a>) – Type “fixed” denotes a fixed span.</p></li>
3145031454
</ul>
@@ -31497,6 +31501,7 @@ <h2 id="submodules">Submodules<a class="headerlink" href="#submodules" title="Li
3149731501
<dl class="field-list simple">
3149831502
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
3149931503
<dd class="field-odd"><ul class="simple">
31504+
<li><p><strong>hide_incomplete_cost_data</strong> (<em>bool</em><em>, </em><em>optional</em>) – Whether to hide incomplete cost data in the widget.</p></li>
3150031505
<li><p><strong>type</strong> (<a class="reference internal" href="#datadog_api_client.v1.model.widget_new_live_span_type.WidgetNewLiveSpanType" title="datadog_api_client.v1.model.widget_new_live_span_type.WidgetNewLiveSpanType"><em>WidgetNewLiveSpanType</em></a>) – Type “live” denotes a live span in the new format.</p></li>
3150131506
<li><p><strong>unit</strong> (<a class="reference internal" href="#datadog_api_client.v1.model.widget_live_span_unit.WidgetLiveSpanUnit" title="datadog_api_client.v1.model.widget_live_span_unit.WidgetLiveSpanUnit"><em>WidgetLiveSpanUnit</em></a>) – Unit of the time span.</p></li>
3150231507
<li><p><strong>value</strong> (<em>int</em>) – Value of the time span.</p></li>
@@ -31934,6 +31939,7 @@ <h2 id="submodules">Submodules<a class="headerlink" href="#submodules" title="Li
3193431939
<dl class="field-list simple">
3193531940
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
3193631941
<dd class="field-odd"><ul class="simple">
31942+
<li><p><strong>hide_incomplete_cost_data</strong> (<em>bool</em><em>, </em><em>optional</em>) – Whether to hide incomplete cost data in the widget.</p></li>
3193731943
<li><p><strong>live_span</strong> (<a class="reference internal" href="#datadog_api_client.v1.model.widget_live_span.WidgetLiveSpan" title="datadog_api_client.v1.model.widget_live_span.WidgetLiveSpan"><em>WidgetLiveSpan</em></a><em>, </em><em>optional</em>) – The available timeframes depend on the widget you are using.</p></li>
3193831944
<li><p><strong>type</strong> (<a class="reference internal" href="#datadog_api_client.v1.model.widget_new_live_span_type.WidgetNewLiveSpanType" title="datadog_api_client.v1.model.widget_new_live_span_type.WidgetNewLiveSpanType"><em>WidgetNewLiveSpanType</em></a>) – Type “live” denotes a live span in the new format.</p></li>
3193931945
<li><p><strong>unit</strong> (<a class="reference internal" href="#datadog_api_client.v1.model.widget_live_span_unit.WidgetLiveSpanUnit" title="datadog_api_client.v1.model.widget_live_span_unit.WidgetLiveSpanUnit"><em>WidgetLiveSpanUnit</em></a>) – Unit of the time span.</p></li>

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)