Skip to content

Commit 31037e6

Browse files
[BGL-1927] Add timezone to on-call layer (#2958)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com> f74133d
1 parent 8b4845c commit 31037e6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

datadog_api_client.v2.model.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62774,6 +62774,7 @@ <h2 id="submodules">Submodules<a class="headerlink" href="#submodules" title="Li
6277462774
<li><p><strong>name</strong> (<em>str</em><em>, </em><em>optional</em>) – The name of this layer.</p></li>
6277562775
<li><p><strong>restrictions</strong> (<em>[</em><a class="reference internal" href="#datadog_api_client.v2.model.time_restriction.TimeRestriction" title="datadog_api_client.v2.model.time_restriction.TimeRestriction"><em>TimeRestriction</em></a><em>]</em><em>, </em><em>optional</em>) – An optional list of time restrictions for when this layer is in effect.</p></li>
6277662776
<li><p><strong>rotation_start</strong> (<em>datetime</em><em>, </em><em>optional</em>) – The date/time when the rotation starts (ISO 8601).</p></li>
62777+
<li><p><strong>time_zone</strong> (<em>str</em><em>, </em><em>optional</em>) – The time zone for this layer.</p></li>
6277762778
</ul>
6277862779
</dd>
6277962780
</dl>
@@ -88418,6 +88419,7 @@ <h2 id="submodules">Submodules<a class="headerlink" href="#submodules" title="Li
8841888419
<li><p><strong>name</strong> (<em>str</em>) – The name of this layer.</p></li>
8841988420
<li><p><strong>restrictions</strong> (<em>[</em><a class="reference internal" href="#datadog_api_client.v2.model.time_restriction.TimeRestriction" title="datadog_api_client.v2.model.time_restriction.TimeRestriction"><em>TimeRestriction</em></a><em>]</em><em>, </em><em>optional</em>) – Zero or more time-based restrictions (for example, only weekdays, during business hours).</p></li>
8842088421
<li><p><strong>rotation_start</strong> (<em>datetime</em>) – The date/time when the rotation for this layer starts (in ISO 8601).</p></li>
88422+
<li><p><strong>time_zone</strong> (<em>str</em><em>, </em><em>optional</em>) – The time zone for this layer.</p></li>
8842188423
</ul>
8842288424
</dd>
8842388425
</dl>
@@ -89015,6 +89017,7 @@ <h2 id="submodules">Submodules<a class="headerlink" href="#submodules" title="Li
8901589017
<li><p><strong>name</strong> (<em>str</em>) – The name for this layer (for example, “Secondary Coverage”).</p></li>
8901689018
<li><p><strong>restrictions</strong> (<em>[</em><a class="reference internal" href="#datadog_api_client.v2.model.time_restriction.TimeRestriction" title="datadog_api_client.v2.model.time_restriction.TimeRestriction"><em>TimeRestriction</em></a><em>]</em><em>, </em><em>optional</em>) – Any time restrictions that define when this layer is active.</p></li>
8901789019
<li><p><strong>rotation_start</strong> (<em>datetime</em>) – The date/time at which the rotation begins (ISO 8601 format).</p></li>
89020+
<li><p><strong>time_zone</strong> (<em>str</em><em>, </em><em>optional</em>) – The time zone for this layer.</p></li>
8901889021
</ul>
8901989022
</dd>
8902089023
</dl>

0 commit comments

Comments
 (0)