Skip to content

Commit d0c260a

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 3f570cf of spec repo
1 parent 3372c61 commit d0c260a

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

src/main/java/com/datadog/api/client/v2/model/IPAllowlistEntryData.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public IPAllowlistEntryData type(IPAllowlistEntryType type) {
9595
}
9696

9797
/**
98-
* IP allowlist Entry type.
98+
* IP allowlist entry type.
9999
*
100100
* @return type
101101
*/

src/main/java/com/datadog/api/client/v2/model/IPAllowlistEntryType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import java.util.HashSet;
1919
import java.util.Set;
2020

21-
/** IP allowlist Entry type. */
21+
/** IP allowlist entry type. */
2222
@JsonSerialize(using = IPAllowlistEntryType.IPAllowlistEntryTypeSerializer.class)
2323
public class IPAllowlistEntryType extends ModelEnum<String> {
2424

0 commit comments

Comments
 (0)