Skip to content

Commit

Permalink
Mark additional usage fields as nullable (#1516)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com> 7e6d51c
  • Loading branch information
1 parent cf6a37a commit ff7c61e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions datadog_api_client.v1.model.html
Original file line number Diff line number Diff line change
Expand Up @@ -26084,7 +26084,7 @@ <h1 id="datadog-api-client-v1-model--page-root">datadog_api_client.v1.model<a cl
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
<dd class="field-odd"><ul class="simple">
<li><p><strong>hour</strong> (<em>datetime</em><em>, </em><em>optional</em>) – The hour for the usage.</p></li>
<li><p><strong>iot_device_count</strong> (<em>int</em><em>, </em><em>optional</em>) – The total number of IoT devices during a given hour.</p></li>
<li><p><strong>iot_device_count</strong> (<em>int</em><em>, </em><em>none_type</em><em>, </em><em>optional</em>) – The total number of IoT devices during a given hour.</p></li>
<li><p><strong>org_name</strong> (<em>str</em><em>, </em><em>optional</em>) – The organization name.</p></li>
<li><p><strong>public_id</strong> (<em>str</em><em>, </em><em>optional</em>) – The organization public ID.</p></li>
</ul>
Expand Down Expand Up @@ -26193,7 +26193,7 @@ <h1 id="datadog-api-client-v1-model--page-root">datadog_api_client.v1.model<a cl
<li><p><strong>org_name</strong> (<em>str</em><em>, </em><em>optional</em>) – The organization name.</p></li>
<li><p><strong>public_id</strong> (<em>str</em><em>, </em><em>optional</em>) – The organization public ID.</p></li>
<li><p><strong>rehydrated_indexed_events_count</strong> (<em>int</em><em>, </em><em>none_type</em><em>, </em><em>optional</em>) – Rehydrated logs indexed with this retention period during a given hour.</p></li>
<li><p><strong>retention</strong> (<em>str</em><em>, </em><em>optional</em>) – The retention period in days or “custom” for all custom retention usage.</p></li>
<li><p><strong>retention</strong> (<em>str</em><em>, </em><em>none_type</em><em>, </em><em>optional</em>) – The retention period in days or “custom” for all custom retention usage.</p></li>
</ul>
</dd>
</dl>
Expand Down Expand Up @@ -26323,7 +26323,7 @@ <h1 id="datadog-api-client-v1-model--page-root">datadog_api_client.v1.model<a cl
<dl class="field-list simple">
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
<dd class="field-odd"><ul class="simple">
<li><p><strong>host_count</strong> (<em>int</em><em>, </em><em>optional</em>) – Contains the number of active NPM hosts.</p></li>
<li><p><strong>host_count</strong> (<em>int</em><em>, </em><em>none_type</em><em>, </em><em>optional</em>) – Contains the number of active NPM hosts.</p></li>
<li><p><strong>hour</strong> (<em>datetime</em><em>, </em><em>optional</em>) – The hour for the usage.</p></li>
<li><p><strong>org_name</strong> (<em>str</em><em>, </em><em>optional</em>) – The organization name.</p></li>
<li><p><strong>public_id</strong> (<em>str</em><em>, </em><em>optional</em>) – The organization public ID.</p></li>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit ff7c61e

Please sign in to comment.