@@ -14175,10 +14175,10 @@ <h2 class="toggleButton" title="Click to hide Index section">Index ▾</h2>
1417514175
1417614176
1417714177
14178- <dd> <a href="#MonitorType.GetCreatedAt">func (o *MonitorType) GetCreatedAt() int32 </a></dd>
14178+ <dd> <a href="#MonitorType.GetCreatedAt">func (o *MonitorType) GetCreatedAt() int64 </a></dd>
1417914179
1418014180
14181- <dd> <a href="#MonitorType.GetCreatedAtOk">func (o *MonitorType) GetCreatedAtOk() (*int32 , bool)</a></dd>
14181+ <dd> <a href="#MonitorType.GetCreatedAtOk">func (o *MonitorType) GetCreatedAtOk() (*int64 , bool)</a></dd>
1418214182
1418314183
1418414184 <dd> <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> <a href="#MonitorType.MarshalJSON">func (o MonitorType) MarshalJSON() ([]byte, error)</a></dd>
1427814278
1427914279
14280- <dd> <a href="#MonitorType.SetCreatedAt">func (o *MonitorType) SetCreatedAt(v int32 )</a></dd>
14280+ <dd> <a href="#MonitorType.SetCreatedAt">func (o *MonitorType) SetCreatedAt(v int64 )</a></dd>
1428114281
1428214282
1428314283 <dd> <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'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:"created_at,omitempty"`
104399+ <span id="MonitorType.CreatedAt"></span> CreatedAt *<a href="https:/datadoghq.dev/datadog-api-client-go/pkg/builtin/#int64">int64 </a> `json:"created_at,omitempty"`
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:"group_status,omitempty"`
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>
104478104478GetCreatedAt 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>
104493104493GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise
104494104494and 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
0 commit comments