File tree Expand file tree Collapse file tree 6 files changed +13
-13
lines changed
packages/datadog-api-client-v2/models Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -41403,7 +41403,7 @@ components:
41403
41403
type: string
41404
41404
type: object
41405
41405
Shift:
41406
- description: The definition of `Shift` object .
41406
+ description: An on-call shift with its associated data and relationships .
41407
41407
example:
41408
41408
data:
41409
41409
attributes:
@@ -41434,7 +41434,7 @@ components:
41434
41434
type: array
41435
41435
type: object
41436
41436
ShiftData:
41437
- description: The definition of `ShiftData` object .
41437
+ description: Data for an on-call shift .
41438
41438
properties:
41439
41439
attributes:
41440
41440
$ref: '#/components/schemas/ShiftDataAttributes'
@@ -41449,7 +41449,7 @@ components:
41449
41449
- type
41450
41450
type: object
41451
41451
ShiftDataAttributes:
41452
- description: The definition of `ShiftDataAttributes` object .
41452
+ description: Attributes for an on-call shift .
41453
41453
properties:
41454
41454
end:
41455
41455
description: The end time of the shift.
@@ -41461,7 +41461,7 @@ components:
41461
41461
type: string
41462
41462
type: object
41463
41463
ShiftDataRelationships:
41464
- description: The definition of `ShiftDataRelationships` object .
41464
+ description: Relationships for an on-call shift .
41465
41465
properties:
41466
41466
user:
41467
41467
$ref: '#/components/schemas/ShiftDataRelationshipsUser'
@@ -41508,7 +41508,7 @@ components:
41508
41508
x-enum-varnames:
41509
41509
- SHIFTS
41510
41510
ShiftIncluded:
41511
- description: The definition of `ShiftIncluded` object .
41511
+ description: Included data for shift operations .
41512
41512
oneOf:
41513
41513
- $ref: '#/components/schemas/ScheduleUser'
41514
41514
SimpleMonitorUserTemplate:
Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ import { ShiftIncluded } from "./ShiftIncluded";
9
9
import { AttributeTypeMap } from "../../datadog-api-client-common/util" ;
10
10
11
11
/**
12
- * The definition of `Shift` object .
12
+ * An on-call shift with its associated data and relationships .
13
13
*/
14
14
export class Shift {
15
15
/**
16
- * The definition of `ShiftData` object .
16
+ * Data for an on-call shift .
17
17
*/
18
18
"data" ?: ShiftData ;
19
19
/**
Original file line number Diff line number Diff line change @@ -10,19 +10,19 @@ import { ShiftDataType } from "./ShiftDataType";
10
10
import { AttributeTypeMap } from "../../datadog-api-client-common/util" ;
11
11
12
12
/**
13
- * The definition of `ShiftData` object .
13
+ * Data for an on-call shift .
14
14
*/
15
15
export class ShiftData {
16
16
/**
17
- * The definition of `ShiftDataAttributes` object .
17
+ * Attributes for an on-call shift .
18
18
*/
19
19
"attributes" ?: ShiftDataAttributes ;
20
20
/**
21
21
* The `ShiftData` `id`.
22
22
*/
23
23
"id" ?: string ;
24
24
/**
25
- * The definition of `ShiftDataRelationships` object .
25
+ * Relationships for an on-call shift .
26
26
*/
27
27
"relationships" ?: ShiftDataRelationships ;
28
28
/**
Original file line number Diff line number Diff line change 7
7
import { AttributeTypeMap } from "../../datadog-api-client-common/util" ;
8
8
9
9
/**
10
- * The definition of `ShiftDataAttributes` object .
10
+ * Attributes for an on-call shift .
11
11
*/
12
12
export class ShiftDataAttributes {
13
13
/**
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import { ShiftDataRelationshipsUser } from "./ShiftDataRelationshipsUser";
8
8
import { AttributeTypeMap } from "../../datadog-api-client-common/util" ;
9
9
10
10
/**
11
- * The definition of `ShiftDataRelationships` object .
11
+ * Relationships for an on-call shift .
12
12
*/
13
13
export class ShiftDataRelationships {
14
14
/**
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import { ScheduleUser } from "./ScheduleUser";
8
8
import { UnparsedObject } from "../../datadog-api-client-common/util" ;
9
9
10
10
/**
11
- * The definition of `ShiftIncluded` object .
11
+ * Included data for shift operations .
12
12
*/
13
13
14
14
export type ShiftIncluded = ScheduleUser | UnparsedObject ;
You can’t perform that action at this time.
0 commit comments