Skip to content

Commit

Permalink
allow variables in port (#2624)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com> a20fb03
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec committed Aug 22, 2024
1 parent 75f7152 commit c402ada
Show file tree
Hide file tree
Showing 5 changed files with 2,512 additions and 2,512 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41051,10 +41051,10 @@ <h2 class="toggleButton" title="Click to hide Index section">Index ▾</h2>
<dd>&nbsp; &nbsp; <a href="#SyntheticsTestRequest.GetDnsServerOk">func (o *SyntheticsTestRequest) GetDnsServerOk() (*string, bool)</a></dd>


<dd>&nbsp; &nbsp; <a href="#SyntheticsTestRequest.GetDnsServerPort">func (o *SyntheticsTestRequest) GetDnsServerPort() int32</a></dd>
<dd>&nbsp; &nbsp; <a href="#SyntheticsTestRequest.GetDnsServerPort">func (o *SyntheticsTestRequest) GetDnsServerPort() string</a></dd>


<dd>&nbsp; &nbsp; <a href="#SyntheticsTestRequest.GetDnsServerPortOk">func (o *SyntheticsTestRequest) GetDnsServerPortOk() (*int32, bool)</a></dd>
<dd>&nbsp; &nbsp; <a href="#SyntheticsTestRequest.GetDnsServerPortOk">func (o *SyntheticsTestRequest) GetDnsServerPortOk() (*string, bool)</a></dd>


<dd>&nbsp; &nbsp; <a href="#SyntheticsTestRequest.GetFiles">func (o *SyntheticsTestRequest) GetFiles() []SyntheticsTestRequestBodyFile</a></dd>
Expand Down Expand Up @@ -41123,10 +41123,10 @@ <h2 class="toggleButton" title="Click to hide Index section">Index ▾</h2>
<dd>&nbsp; &nbsp; <a href="#SyntheticsTestRequest.GetPersistCookiesOk">func (o *SyntheticsTestRequest) GetPersistCookiesOk() (*bool, bool)</a></dd>


<dd>&nbsp; &nbsp; <a href="#SyntheticsTestRequest.GetPort">func (o *SyntheticsTestRequest) GetPort() int64</a></dd>
<dd>&nbsp; &nbsp; <a href="#SyntheticsTestRequest.GetPort">func (o *SyntheticsTestRequest) GetPort() string</a></dd>


<dd>&nbsp; &nbsp; <a href="#SyntheticsTestRequest.GetPortOk">func (o *SyntheticsTestRequest) GetPortOk() (*int64, bool)</a></dd>
<dd>&nbsp; &nbsp; <a href="#SyntheticsTestRequest.GetPortOk">func (o *SyntheticsTestRequest) GetPortOk() (*string, bool)</a></dd>


<dd>&nbsp; &nbsp; <a href="#SyntheticsTestRequest.GetProxy">func (o *SyntheticsTestRequest) GetProxy() SyntheticsTestRequestProxy</a></dd>
Expand Down Expand Up @@ -41294,7 +41294,7 @@ <h2 class="toggleButton" title="Click to hide Index section">Index ▾</h2>
<dd>&nbsp; &nbsp; <a href="#SyntheticsTestRequest.SetDnsServer">func (o *SyntheticsTestRequest) SetDnsServer(v string)</a></dd>


<dd>&nbsp; &nbsp; <a href="#SyntheticsTestRequest.SetDnsServerPort">func (o *SyntheticsTestRequest) SetDnsServerPort(v int32)</a></dd>
<dd>&nbsp; &nbsp; <a href="#SyntheticsTestRequest.SetDnsServerPort">func (o *SyntheticsTestRequest) SetDnsServerPort(v string)</a></dd>


<dd>&nbsp; &nbsp; <a href="#SyntheticsTestRequest.SetFiles">func (o *SyntheticsTestRequest) SetFiles(v []SyntheticsTestRequestBodyFile)</a></dd>
Expand Down Expand Up @@ -41330,7 +41330,7 @@ <h2 class="toggleButton" title="Click to hide Index section">Index ▾</h2>
<dd>&nbsp; &nbsp; <a href="#SyntheticsTestRequest.SetPersistCookies">func (o *SyntheticsTestRequest) SetPersistCookies(v bool)</a></dd>


<dd>&nbsp; &nbsp; <a href="#SyntheticsTestRequest.SetPort">func (o *SyntheticsTestRequest) SetPort(v int64)</a></dd>
<dd>&nbsp; &nbsp; <a href="#SyntheticsTestRequest.SetPort">func (o *SyntheticsTestRequest) SetPort(v string)</a></dd>


<dd>&nbsp; &nbsp; <a href="#SyntheticsTestRequest.SetProxy">func (o *SyntheticsTestRequest) SetProxy(v SyntheticsTestRequestProxy)</a></dd>
Expand Down Expand Up @@ -250195,7 +250195,7 @@ <h2 id="SyntheticsTestRequest">type <a href="https://github.com/DataDog/datadog-
<span class="comment">// DNS server to use for DNS tests.</span>
<span id="SyntheticsTestRequest.DnsServer"></span> DnsServer *<a href="https://pkg.go.dev/builtin/#string">string</a> `json:&#34;dnsServer,omitempty&#34;`
<span class="comment">// DNS server port to use for DNS tests.</span>
<span id="SyntheticsTestRequest.DnsServerPort"></span> DnsServerPort *<a href="https://pkg.go.dev/builtin/#int32">int32</a> `json:&#34;dnsServerPort,omitempty&#34;`
<span id="SyntheticsTestRequest.DnsServerPort"></span> DnsServerPort *<a href="https://pkg.go.dev/builtin/#string">string</a> `json:&#34;dnsServerPort,omitempty&#34;`
<span id="SyntheticsTestRequest.Files"></span> <span class="comment">// Files to be used as part of the request in the test.</span>
Files []<a href="#SyntheticsTestRequestBodyFile">SyntheticsTestRequestBodyFile</a> `json:&#34;files,omitempty&#34;`
<span class="comment">// Specifies whether or not the request follows redirects.</span>
Expand All @@ -250219,7 +250219,7 @@ <h2 id="SyntheticsTestRequest">type <a href="https://github.com/DataDog/datadog-
<span class="comment">// Persist cookies across redirects.</span>
<span id="SyntheticsTestRequest.PersistCookies"></span> PersistCookies *<a href="https://pkg.go.dev/builtin/#bool">bool</a> `json:&#34;persistCookies,omitempty&#34;`
<span id="SyntheticsTestRequest.Port"></span> <span class="comment">// Port to use when performing the test.</span>
Port *<a href="https://pkg.go.dev/builtin/#int64">int64</a> `json:&#34;port,omitempty&#34;`
Port *<a href="https://pkg.go.dev/builtin/#string">string</a> `json:&#34;port,omitempty&#34;`
<span class="comment">// The proxy to perform the test.</span>
<span id="SyntheticsTestRequest.Proxy"></span> Proxy *<a href="#SyntheticsTestRequestProxy">SyntheticsTestRequestProxy</a> `json:&#34;proxy,omitempty&#34;`
<span id="SyntheticsTestRequest.Query"></span> <span class="comment">// Query to use for the test.</span>
Expand Down Expand Up @@ -250558,7 +250558,7 @@ <h3 id="SyntheticsTestRequest.GetDnsServerPort">func (*SyntheticsTestRequest) <a


</h3>
<pre>func (o *<a href="#SyntheticsTestRequest">SyntheticsTestRequest</a>) GetDnsServerPort() <a href="https://pkg.go.dev/builtin/#int32">int32</a></pre>
<pre>func (o *<a href="#SyntheticsTestRequest">SyntheticsTestRequest</a>) GetDnsServerPort() <a href="https://pkg.go.dev/builtin/#string">string</a></pre>
<p>GetDnsServerPort returns the DnsServerPort field value if set, zero value otherwise.


Expand All @@ -250571,7 +250571,7 @@ <h3 id="SyntheticsTestRequest.GetDnsServerPortOk">func (*SyntheticsTestRequest)


</h3>
<pre>func (o *<a href="#SyntheticsTestRequest">SyntheticsTestRequest</a>) GetDnsServerPortOk() (*<a href="https://pkg.go.dev/builtin/#int32">int32</a>, <a href="https://pkg.go.dev/builtin/#bool">bool</a>)</pre>
<pre>func (o *<a href="#SyntheticsTestRequest">SyntheticsTestRequest</a>) GetDnsServerPortOk() (*<a href="https://pkg.go.dev/builtin/#string">string</a>, <a href="https://pkg.go.dev/builtin/#bool">bool</a>)</pre>
<p>GetDnsServerPortOk returns a tuple with the DnsServerPort field value if set, nil otherwise
and a boolean to check if the value has been set.

Expand Down Expand Up @@ -250882,7 +250882,7 @@ <h3 id="SyntheticsTestRequest.GetPort">func (*SyntheticsTestRequest) <a href="ht


</h3>
<pre>func (o *<a href="#SyntheticsTestRequest">SyntheticsTestRequest</a>) GetPort() <a href="https://pkg.go.dev/builtin/#int64">int64</a></pre>
<pre>func (o *<a href="#SyntheticsTestRequest">SyntheticsTestRequest</a>) GetPort() <a href="https://pkg.go.dev/builtin/#string">string</a></pre>
<p>GetPort returns the Port field value if set, zero value otherwise.


Expand All @@ -250895,7 +250895,7 @@ <h3 id="SyntheticsTestRequest.GetPortOk">func (*SyntheticsTestRequest) <a href="


</h3>
<pre>func (o *<a href="#SyntheticsTestRequest">SyntheticsTestRequest</a>) GetPortOk() (*<a href="https://pkg.go.dev/builtin/#int64">int64</a>, <a href="https://pkg.go.dev/builtin/#bool">bool</a>)</pre>
<pre>func (o *<a href="#SyntheticsTestRequest">SyntheticsTestRequest</a>) GetPortOk() (*<a href="https://pkg.go.dev/builtin/#string">string</a>, <a href="https://pkg.go.dev/builtin/#bool">bool</a>)</pre>
<p>GetPortOk returns a tuple with the Port field value if set, nil otherwise
and a boolean to check if the value has been set.

Expand Down Expand Up @@ -251631,8 +251631,8 @@ <h3 id="SyntheticsTestRequest.SetDnsServerPort">func (*SyntheticsTestRequest) <a


</h3>
<pre>func (o *<a href="#SyntheticsTestRequest">SyntheticsTestRequest</a>) SetDnsServerPort(v <a href="https://pkg.go.dev/builtin/#int32">int32</a>)</pre>
<p>SetDnsServerPort gets a reference to the given int32 and assigns it to the DnsServerPort field.
<pre>func (o *<a href="#SyntheticsTestRequest">SyntheticsTestRequest</a>) SetDnsServerPort(v <a href="https://pkg.go.dev/builtin/#string">string</a>)</pre>
<p>SetDnsServerPort gets a reference to the given string and assigns it to the DnsServerPort field.



Expand Down Expand Up @@ -251787,8 +251787,8 @@ <h3 id="SyntheticsTestRequest.SetPort">func (*SyntheticsTestRequest) <a href="ht


</h3>
<pre>func (o *<a href="#SyntheticsTestRequest">SyntheticsTestRequest</a>) SetPort(v <a href="https://pkg.go.dev/builtin/#int64">int64</a>)</pre>
<p>SetPort gets a reference to the given int64 and assigns it to the Port field.
<pre>func (o *<a href="#SyntheticsTestRequest">SyntheticsTestRequest</a>) SetPort(v <a href="https://pkg.go.dev/builtin/#string">string</a>)</pre>
<p>SetPort gets a reference to the given string and assigns it to the Port field.



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-08-22 12:22:57.554308289 +0000 UTC</td>
<td align="left">2024-08-22 20:15:54.923766153 +0000 UTC</td>
</tr>

<tr>
Expand All @@ -88,7 +88,7 @@ <h2>
<td></td>
<td align="right">18056</td>
<td></td>
<td align="left">2024-08-22 12:22:57.554308289 +0000 UTC</td>
<td align="left">2024-08-22 20:15:54.923766153 +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-08-22 12:22:57.554308289 +0000 UTC</td>
<td align="left">2024-08-22 20:15:54.923766153 +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-08-22 12:22:57.554308289 +0000 UTC</td>
<td align="left">2024-08-22 20:15:54.923766153 +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-08-22 12:22:57.554308289 +0000 UTC</td>
<td align="left">2024-08-22 20:15:54.923766153 +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-08-22 12:22:57.554308289 +0000 UTC</td>
<td align="left">2024-08-22 20:15:54.923766153 +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-08-22 12:22:57.554308289 +0000 UTC</td>
<td align="left">2024-08-22 20:15:54.923766153 +0000 UTC</td>
</tr>


Expand Down
Loading

0 comments on commit c402ada

Please sign in to comment.