Skip to content

Commit

Permalink
Fix Powerpack schema (#1752)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com> becbb3d
  • Loading branch information
1 parent 4e67f22 commit b7dc9ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions datadog_api_client.v2.model.html
Original file line number Diff line number Diff line change
Expand Up @@ -30848,7 +30848,7 @@ <h1 id="datadog-api-client-v2-model--page-root">datadog_api_client.v2.model<a cl
<p>Powerpack relationship object.</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
<dd class="field-odd"><p><strong>author</strong> (<a class="reference internal" href="#datadog_api_client.v2.model.creator.Creator" title="datadog_api_client.v2.model.creator.Creator"><em>Creator</em></a><em>, </em><em>optional</em>) – Creator of the object.</p>
<dd class="field-odd"><p><strong>author</strong> (<a class="reference internal" href="#datadog_api_client.v2.model.relationship_to_user.RelationshipToUser" title="datadog_api_client.v2.model.relationship_to_user.RelationshipToUser"><em>RelationshipToUser</em></a><em>, </em><em>optional</em>) – Relationship to user.</p>
</dd>
</dl>
</dd></dl>
Expand Down Expand Up @@ -30932,7 +30932,7 @@ <h1 id="datadog-api-client-v2-model--page-root">datadog_api_client.v2.model<a cl
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
<dd class="field-odd"><ul class="simple">
<li><p><strong>first_offset</strong> (<em>int</em><em>, </em><em>optional</em>) – The first offset.</p></li>
<li><p><strong>last_offset</strong> (<em>int</em><em>, </em><em>optional</em>) – The last offset.</p></li>
<li><p><strong>last_offset</strong> (<em>int</em><em>, </em><em>none_type</em><em>, </em><em>optional</em>) – The last offset.</p></li>
<li><p><strong>limit</strong> (<em>int</em><em>, </em><em>optional</em>) – Pagination limit.</p></li>
<li><p><strong>next_offset</strong> (<em>int</em><em>, </em><em>optional</em>) – The next offset.</p></li>
<li><p><strong>offset</strong> (<em>int</em><em>, </em><em>optional</em>) – The offset.</p></li>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit b7dc9ef

Please sign in to comment.