Skip to content

Commit 02cd723

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 34b37f8 of spec repo
1 parent c2a5dd9 commit 02cd723

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.generator/schemas/v2/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19059,7 +19059,7 @@ components:
1905919059
type: object
1906019060
IPAllowlistEntryType:
1906119061
default: ip_allowlist_entry
19062-
description: IP allowlist Entry type.
19062+
description: IP allowlist entry type.
1906319063
enum:
1906419064
- ip_allowlist_entry
1906519065
example: ip_allowlist_entry

src/datadog_api_client/v2/model/ip_allowlist_entry_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def __init__(
5252
:param id: The unique identifier of the IP allowlist entry.
5353
:type id: str, optional
5454
55-
:param type: IP allowlist Entry type.
55+
:param type: IP allowlist entry type.
5656
:type type: IPAllowlistEntryType
5757
"""
5858
if attributes is not unset:

src/datadog_api_client/v2/model/ip_allowlist_entry_type.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
class IPAllowlistEntryType(ModelSimple):
1616
"""
17-
IP allowlist Entry type.
17+
IP allowlist entry type.
1818
1919
:param value: If omitted defaults to "ip_allowlist_entry". Must be one of ["ip_allowlist_entry"].
2020
:type value: str

0 commit comments

Comments
 (0)