Skip to content

Commit ab5c2a4

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andcommitted
Regenerate client from commit 9a1ad838 of spec repo (#1710)
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> 352a5c2
1 parent 8f2d79e commit ab5c2a4

File tree

5 files changed

+1365
-1365
lines changed

5 files changed

+1365
-1365
lines changed

pkg/github.com/DataDog/datadog-api-client-go/v2/api/datadogV2/index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14175,10 +14175,10 @@ <h2 class="toggleButton" title="Click to hide Index section">Index ▾</h2>
1417514175

1417614176

1417714177

14178-
<dd>&nbsp; &nbsp; <a href="#MonitorType.GetCreatedAt">func (o *MonitorType) GetCreatedAt() int32</a></dd>
14178+
<dd>&nbsp; &nbsp; <a href="#MonitorType.GetCreatedAt">func (o *MonitorType) GetCreatedAt() int64</a></dd>
1417914179

1418014180

14181-
<dd>&nbsp; &nbsp; <a href="#MonitorType.GetCreatedAtOk">func (o *MonitorType) GetCreatedAtOk() (*int32, bool)</a></dd>
14181+
<dd>&nbsp; &nbsp; <a href="#MonitorType.GetCreatedAtOk">func (o *MonitorType) GetCreatedAtOk() (*int64, bool)</a></dd>
1418214182

1418314183

1418414184
<dd>&nbsp; &nbsp; <a href="#MonitorType.GetGroupStatus">func (o *MonitorType) GetGroupStatus() int32</a></dd>
@@ -14277,7 +14277,7 @@ <h2 class="toggleButton" title="Click to hide Index section">Index ▾</h2>
1427714277
<dd>&nbsp; &nbsp; <a href="#MonitorType.MarshalJSON">func (o MonitorType) MarshalJSON() ([]byte, error)</a></dd>
1427814278

1427914279

14280-
<dd>&nbsp; &nbsp; <a href="#MonitorType.SetCreatedAt">func (o *MonitorType) SetCreatedAt(v int32)</a></dd>
14280+
<dd>&nbsp; &nbsp; <a href="#MonitorType.SetCreatedAt">func (o *MonitorType) SetCreatedAt(v int64)</a></dd>
1428114281

1428214282

1428314283
<dd>&nbsp; &nbsp; <a href="#MonitorType.SetGroupStatus">func (o *MonitorType) SetGroupStatus(v int32)</a></dd>
@@ -104396,7 +104396,7 @@ <h2 id="MonitorType">type <a href="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/DataDog/datadog-api-client
104396104396

104397104397
<pre>type MonitorType struct {
104398104398
<span class="comment">// The POSIX timestamp of the monitor&#39;s creation in nanoseconds.</span>
104399-
<span id="MonitorType.CreatedAt"></span> CreatedAt *<a href="https:/datadoghq.dev/datadog-api-client-go/pkg/builtin/#int32">int32</a> `json:&#34;created_at,omitempty&#34;`
104399+
<span id="MonitorType.CreatedAt"></span> CreatedAt *<a href="https:/datadoghq.dev/datadog-api-client-go/pkg/builtin/#int64">int64</a> `json:&#34;created_at,omitempty&#34;`
104400104400
<span class="comment">// Monitor group status used when there is no `result_groups`.</span>
104401104401
<span id="MonitorType.GroupStatus"></span> GroupStatus *<a href="https:/datadoghq.dev/datadog-api-client-go/pkg/builtin/#int32">int32</a> `json:&#34;group_status,omitempty&#34;`
104402104402
<span id="MonitorType.Groups"></span> <span class="comment">// Groups to which the monitor belongs.</span>
@@ -104473,7 +104473,7 @@ <h3 id="MonitorType.GetCreatedAt">func (*MonitorType) <a href="https://github.co
104473104473

104474104474

104475104475
</h3>
104476-
<pre>func (o *<a href="#MonitorType">MonitorType</a>) GetCreatedAt() <a href="https:/datadoghq.dev/datadog-api-client-go/pkg/builtin/#int32">int32</a></pre>
104476+
<pre>func (o *<a href="#MonitorType">MonitorType</a>) GetCreatedAt() <a href="https:/datadoghq.dev/datadog-api-client-go/pkg/builtin/#int64">int64</a></pre>
104477104477
<p>
104478104478
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
104479104479
</p>
@@ -104488,7 +104488,7 @@ <h3 id="MonitorType.GetCreatedAtOk">func (*MonitorType) <a href="https://github.
104488104488

104489104489

104490104490
</h3>
104491-
<pre>func (o *<a href="#MonitorType">MonitorType</a>) GetCreatedAtOk() (*<a href="https:/datadoghq.dev/datadog-api-client-go/pkg/builtin/#int32">int32</a>, <a href="https:/datadoghq.dev/datadog-api-client-go/pkg/builtin/#bool">bool</a>)</pre>
104491+
<pre>func (o *<a href="#MonitorType">MonitorType</a>) GetCreatedAtOk() (*<a href="https:/datadoghq.dev/datadog-api-client-go/pkg/builtin/#int64">int64</a>, <a href="https:/datadoghq.dev/datadog-api-client-go/pkg/builtin/#bool">bool</a>)</pre>
104492104492
<p>
104493104493
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise
104494104494
and a boolean to check if the value has been set.
@@ -104994,9 +104994,9 @@ <h3 id="MonitorType.SetCreatedAt">func (*MonitorType) <a href="https://github.co
104994104994

104995104995

104996104996
</h3>
104997-
<pre>func (o *<a href="#MonitorType">MonitorType</a>) SetCreatedAt(v <a href="https:/datadoghq.dev/datadog-api-client-go/pkg/builtin/#int32">int32</a>)</pre>
104997+
<pre>func (o *<a href="#MonitorType">MonitorType</a>) SetCreatedAt(v <a href="https:/datadoghq.dev/datadog-api-client-go/pkg/builtin/#int64">int64</a>)</pre>
104998104998
<p>
104999-
SetCreatedAt gets a reference to the given int32 and assigns it to the CreatedAt field.
104999+
SetCreatedAt gets a reference to the given int64 and assigns it to the CreatedAt field.
105000105000
</p>
105001105001

105002105002

src/github.com/DataDog/datadog-api-client-go/v2/api/datadog/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ <h2>
7979
<td></td>
8080
<td align="right">11691</td>
8181
<td></td>
82-
<td align="left">2022-10-07 16:35:28.627630116 +0000 UTC</td>
82+
<td align="left">2022-10-07 16:54:48.246899561 +0000 UTC</td>
8383
</tr>
8484

8585
<tr>
@@ -88,7 +88,7 @@ <h2>
8888
<td></td>
8989
<td align="right">17435</td>
9090
<td></td>
91-
<td align="left">2022-10-07 16:35:28.627630116 +0000 UTC</td>
91+
<td align="left">2022-10-07 16:54:48.246899561 +0000 UTC</td>
9292
</tr>
9393

9494
<tr>
@@ -97,7 +97,7 @@ <h2>
9797
<td></td>
9898
<td align="right">405</td>
9999
<td></td>
100-
<td align="left">2022-10-07 16:35:28.627630116 +0000 UTC</td>
100+
<td align="left">2022-10-07 16:54:48.246899561 +0000 UTC</td>
101101
</tr>
102102

103103
<tr>
@@ -106,7 +106,7 @@ <h2>
106106
<td></td>
107107
<td align="right">11219</td>
108108
<td></td>
109-
<td align="left">2022-10-07 16:35:28.631630186 +0000 UTC</td>
109+
<td align="left">2022-10-07 16:54:48.246899561 +0000 UTC</td>
110110
</tr>
111111

112112
<tr>
@@ -115,7 +115,7 @@ <h2>
115115
<td></td>
116116
<td align="right">589</td>
117117
<td></td>
118-
<td align="left">2022-10-07 16:35:28.631630186 +0000 UTC</td>
118+
<td align="left">2022-10-07 16:54:48.246899561 +0000 UTC</td>
119119
</tr>
120120

121121

0 commit comments

Comments
 (0)