Skip to content

Commit 421465a

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 34b37f8 of spec repo
1 parent 2c45636 commit 421465a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.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

lib/datadog_api_client/v2/models/ip_allowlist_entry_data.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class IPAllowlistEntryData
2727
# The unique identifier of the IP allowlist entry.
2828
attr_accessor :id
2929

30-
# IP allowlist Entry type.
30+
# IP allowlist entry type.
3131
attr_reader :type
3232

3333
attr_accessor :additional_properties

lib/datadog_api_client/v2/models/ip_allowlist_entry_type.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
require 'time'
1818

1919
module DatadogAPIClient::V2
20-
# IP allowlist Entry type.
20+
# IP allowlist entry type.
2121
class IPAllowlistEntryType
2222
include BaseEnumModel
2323

0 commit comments

Comments
 (0)