Skip to content

Commit

Permalink
[SCV-141] Adding description to field that is conditionally required (#…
Browse files Browse the repository at this point in the history
…2389)

Co-authored-by: ci.datadog-api-spec <[email protected]>
Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com> f517988
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec committed Feb 20, 2024
1 parent 57a6e02 commit 3228611
Show file tree
Hide file tree
Showing 7 changed files with 2,318 additions and 2,318 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85100,7 +85100,7 @@ <h2 id="CIAppAggregateSort">type <a href="https://github.com/DataDog/datadog-api


</h2>
<p>CIAppAggregateSort A sort rule.
<p>CIAppAggregateSort A sort rule. The `aggregation` field is required when `type` is `measure`.

<pre>type CIAppAggregateSort struct {
<span class="comment">// An aggregation function.</span>
Expand Down Expand Up @@ -97376,7 +97376,7 @@ <h2 id="CIAppPipelinesGroupBy">type <a href="https://github.com/DataDog/datadog-
<span id="CIAppPipelinesGroupBy.Limit"></span> Limit *<a href="https://pkg.go.dev/builtin/#int64">int64</a> `json:&#34;limit,omitempty&#34;`
<span class="comment">// The value to use for logs that don&#39;t have the facet used to group-by.</span>
<span id="CIAppPipelinesGroupBy.Missing"></span> Missing *<a href="#CIAppGroupByMissing">CIAppGroupByMissing</a> `json:&#34;missing,omitempty&#34;`
<span class="comment">// A sort rule.</span>
<span class="comment">// A sort rule. The `aggregation` field is required when `type` is `measure`.</span>
<span id="CIAppPipelinesGroupBy.Sort"></span> Sort *<a href="#CIAppAggregateSort">CIAppAggregateSort</a> `json:&#34;sort,omitempty&#34;`
<span class="comment">// A resulting object to put the given computes in over all the matching records.</span>
<span id="CIAppPipelinesGroupBy.Total"></span> Total *<a href="#CIAppGroupByTotal">CIAppGroupByTotal</a> `json:&#34;total,omitempty&#34;`
Expand Down Expand Up @@ -101511,7 +101511,7 @@ <h2 id="CIAppTestsGroupBy">type <a href="https://github.com/DataDog/datadog-api-
<span id="CIAppTestsGroupBy.Limit"></span> Limit *<a href="https://pkg.go.dev/builtin/#int64">int64</a> `json:&#34;limit,omitempty&#34;`
<span class="comment">// The value to use for logs that don&#39;t have the facet used to group-by.</span>
<span id="CIAppTestsGroupBy.Missing"></span> Missing *<a href="#CIAppGroupByMissing">CIAppGroupByMissing</a> `json:&#34;missing,omitempty&#34;`
<span class="comment">// A sort rule.</span>
<span class="comment">// A sort rule. The `aggregation` field is required when `type` is `measure`.</span>
<span id="CIAppTestsGroupBy.Sort"></span> Sort *<a href="#CIAppAggregateSort">CIAppAggregateSort</a> `json:&#34;sort,omitempty&#34;`
<span class="comment">// A resulting object to put the given computes in over all the matching records.</span>
<span id="CIAppTestsGroupBy.Total"></span> Total *<a href="#CIAppGroupByTotal">CIAppGroupByTotal</a> `json:&#34;total,omitempty&#34;`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ <h2>
<td></td>
<td align="right">14700</td>
<td></td>
<td align="left">2024-02-16 19:54:59.892521129 +0000 UTC</td>
<td align="left">2024-02-20 13:18:18.06956842 +0000 UTC</td>
</tr>

<tr>
Expand All @@ -88,7 +88,7 @@ <h2>
<td></td>
<td align="right">17831</td>
<td></td>
<td align="left">2024-02-16 19:54:59.892521129 +0000 UTC</td>
<td align="left">2024-02-20 13:18:18.06956842 +0000 UTC</td>
</tr>

<tr>
Expand All @@ -97,7 +97,7 @@ <h2>
<td></td>
<td align="right">622</td>
<td></td>
<td align="left">2024-02-16 19:54:59.892521129 +0000 UTC</td>
<td align="left">2024-02-20 13:18:18.06956842 +0000 UTC</td>
</tr>

<tr>
Expand All @@ -106,7 +106,7 @@ <h2>
<td></td>
<td align="right">633</td>
<td></td>
<td align="left">2024-02-16 19:54:59.892521129 +0000 UTC</td>
<td align="left">2024-02-20 13:18:18.06956842 +0000 UTC</td>
</tr>

<tr>
Expand All @@ -115,7 +115,7 @@ <h2>
<td></td>
<td align="right">405</td>
<td></td>
<td align="left">2024-02-16 19:54:59.892521129 +0000 UTC</td>
<td align="left">2024-02-20 13:18:18.06956842 +0000 UTC</td>
</tr>

<tr>
Expand All @@ -124,7 +124,7 @@ <h2>
<td></td>
<td align="right">12924</td>
<td></td>
<td align="left">2024-02-16 19:54:59.892521129 +0000 UTC</td>
<td align="left">2024-02-20 13:18:18.06956842 +0000 UTC</td>
</tr>

<tr>
Expand All @@ -133,7 +133,7 @@ <h2>
<td></td>
<td align="right">589</td>
<td></td>
<td align="left">2024-02-16 19:54:59.892521129 +0000 UTC</td>
<td align="left">2024-02-20 13:18:18.06956842 +0000 UTC</td>
</tr>


Expand Down
Loading

0 comments on commit 3228611

Please sign in to comment.