Skip to content

Commit 6af4b4a

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 0dd2611 of spec repo
1 parent 406068c commit 6af4b4a

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41403,7 +41403,7 @@ components:
4140341403
type: string
4140441404
type: object
4140541405
Shift:
41406-
description: The definition of `Shift` object.
41406+
description: An on-call shift with its associated data and relationships.
4140741407
example:
4140841408
data:
4140941409
attributes:
@@ -41434,7 +41434,7 @@ components:
4143441434
type: array
4143541435
type: object
4143641436
ShiftData:
41437-
description: The definition of `ShiftData` object.
41437+
description: Data for an on-call shift.
4143841438
properties:
4143941439
attributes:
4144041440
$ref: '#/components/schemas/ShiftDataAttributes'
@@ -41449,7 +41449,7 @@ components:
4144941449
- type
4145041450
type: object
4145141451
ShiftDataAttributes:
41452-
description: The definition of `ShiftDataAttributes` object.
41452+
description: Attributes for an on-call shift.
4145341453
properties:
4145441454
end:
4145541455
description: The end time of the shift.
@@ -41461,7 +41461,7 @@ components:
4146141461
type: string
4146241462
type: object
4146341463
ShiftDataRelationships:
41464-
description: The definition of `ShiftDataRelationships` object.
41464+
description: Relationships for an on-call shift.
4146541465
properties:
4146641466
user:
4146741467
$ref: '#/components/schemas/ShiftDataRelationshipsUser'
@@ -41508,7 +41508,7 @@ components:
4150841508
x-enum-varnames:
4150941509
- SHIFTS
4151041510
ShiftIncluded:
41511-
description: The definition of `ShiftIncluded` object.
41511+
description: Included data for shift operations.
4151241512
oneOf:
4151341513
- $ref: '#/components/schemas/ScheduleUser'
4151441514
SimpleMonitorUserTemplate:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import java.util.Map;
1919
import java.util.Objects;
2020

21-
/** The definition of <code>Shift</code> object. */
21+
/** An on-call shift with its associated data and relationships. */
2222
@JsonPropertyOrder({Shift.JSON_PROPERTY_DATA, Shift.JSON_PROPERTY_INCLUDED})
2323
@jakarta.annotation.Generated(
2424
value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator")
@@ -37,7 +37,7 @@ public Shift data(ShiftData data) {
3737
}
3838

3939
/**
40-
* The definition of <code>ShiftData</code> object.
40+
* Data for an on-call shift.
4141
*
4242
* @return data
4343
*/

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import java.util.Map;
1818
import java.util.Objects;
1919

20-
/** The definition of <code>ShiftData</code> object. */
20+
/** Data for an on-call shift. */
2121
@JsonPropertyOrder({
2222
ShiftData.JSON_PROPERTY_ATTRIBUTES,
2323
ShiftData.JSON_PROPERTY_ID,
@@ -55,7 +55,7 @@ public ShiftData attributes(ShiftDataAttributes attributes) {
5555
}
5656

5757
/**
58-
* The definition of <code>ShiftDataAttributes</code> object.
58+
* Attributes for an on-call shift.
5959
*
6060
* @return attributes
6161
*/
@@ -98,7 +98,7 @@ public ShiftData relationships(ShiftDataRelationships relationships) {
9898
}
9999

100100
/**
101-
* The definition of <code>ShiftDataRelationships</code> object.
101+
* Relationships for an on-call shift.
102102
*
103103
* @return relationships
104104
*/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import java.util.Map;
1818
import java.util.Objects;
1919

20-
/** The definition of <code>ShiftDataAttributes</code> object. */
20+
/** Attributes for an on-call shift. */
2121
@JsonPropertyOrder({ShiftDataAttributes.JSON_PROPERTY_END, ShiftDataAttributes.JSON_PROPERTY_START})
2222
@jakarta.annotation.Generated(
2323
value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator")

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import java.util.Map;
1717
import java.util.Objects;
1818

19-
/** The definition of <code>ShiftDataRelationships</code> object. */
19+
/** Relationships for an on-call shift. */
2020
@JsonPropertyOrder({ShiftDataRelationships.JSON_PROPERTY_USER})
2121
@jakarta.annotation.Generated(
2222
value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator")

0 commit comments

Comments
 (0)