File tree Expand file tree Collapse file tree 6 files changed +13
-13
lines changed
lib/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:
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:
Original file line number Diff line number Diff line change 1717require 'time'
1818
1919module DatadogAPIClient ::V2
20- # The definition of `Shift` object .
20+ # An on-call shift with its associated data and relationships .
2121 class Shift
2222 include BaseGenericModel
2323
24- # The definition of `ShiftData` object .
24+ # Data for an on-call shift .
2525 attr_accessor :data
2626
2727 # The `Shift` `included`.
Original file line number Diff line number Diff line change 1717require 'time'
1818
1919module DatadogAPIClient ::V2
20- # The definition of `ShiftData` object .
20+ # Data for an on-call shift .
2121 class ShiftData
2222 include BaseGenericModel
2323
24- # The definition of `ShiftDataAttributes` object .
24+ # Attributes for an on-call shift .
2525 attr_accessor :attributes
2626
2727 # The `ShiftData` `id`.
2828 attr_accessor :id
2929
30- # The definition of `ShiftDataRelationships` object .
30+ # Relationships for an on-call shift .
3131 attr_accessor :relationships
3232
3333 # Indicates that the resource is of type 'shifts'.
Original file line number Diff line number Diff line change 1717require 'time'
1818
1919module DatadogAPIClient ::V2
20- # The definition of `ShiftDataAttributes` object .
20+ # Attributes for an on-call shift .
2121 class ShiftDataAttributes
2222 include BaseGenericModel
2323
Original file line number Diff line number Diff line change 1717require 'time'
1818
1919module DatadogAPIClient ::V2
20- # The definition of `ShiftDataRelationships` object .
20+ # Relationships for an on-call shift .
2121 class ShiftDataRelationships
2222 include BaseGenericModel
2323
Original file line number Diff line number Diff line change 1717require 'time'
1818
1919module DatadogAPIClient ::V2
20- # The definition of `ShiftIncluded` object .
20+ # Included data for shift operations .
2121 module ShiftIncluded
2222 class << self
2323 include BaseOneOfModel
You can’t perform that action at this time.
0 commit comments