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 @@ -41720,7 +41720,7 @@ components:
41720
41720
type: string
41721
41721
type: object
41722
41722
Shift:
41723
- description: The definition of `Shift` object .
41723
+ description: An on-call shift with its associated data and relationships .
41724
41724
example:
41725
41725
data:
41726
41726
attributes:
@@ -41751,7 +41751,7 @@ components:
41751
41751
type: array
41752
41752
type: object
41753
41753
ShiftData:
41754
- description: The definition of `ShiftData` object .
41754
+ description: Data for an on-call shift .
41755
41755
properties:
41756
41756
attributes:
41757
41757
$ref: '#/components/schemas/ShiftDataAttributes'
@@ -41766,7 +41766,7 @@ components:
41766
41766
- type
41767
41767
type: object
41768
41768
ShiftDataAttributes:
41769
- description: The definition of `ShiftDataAttributes` object .
41769
+ description: Attributes for an on-call shift .
41770
41770
properties:
41771
41771
end:
41772
41772
description: The end time of the shift.
@@ -41778,7 +41778,7 @@ components:
41778
41778
type: string
41779
41779
type: object
41780
41780
ShiftDataRelationships:
41781
- description: The definition of `ShiftDataRelationships` object .
41781
+ description: Relationships for an on-call shift .
41782
41782
properties:
41783
41783
user:
41784
41784
$ref: '#/components/schemas/ShiftDataRelationshipsUser'
@@ -41825,7 +41825,7 @@ components:
41825
41825
x-enum-varnames:
41826
41826
- SHIFTS
41827
41827
ShiftIncluded:
41828
- description: The definition of `ShiftIncluded` object .
41828
+ description: Included data for shift operations .
41829
41829
oneOf:
41830
41830
- $ref: '#/components/schemas/ScheduleUser'
41831
41831
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