Class: DatadogAPIClient::V2::ScheduleOnCallResponderDataRelationships
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ScheduleOnCallResponderDataRelationships
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/schedule_on_call_responder_data_relationships.rb
Overview
Relationships for a single position's (previous, current, or next) responder group.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#shifts ⇒ Object
Defines the list of shifts satisfying this responder group's position.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
27 28 29 |
# File 'lib/datadog_api_client/v2/models/schedule_on_call_responder_data_relationships.rb', line 27 def additional_properties @additional_properties end |
#shifts ⇒ Object
Defines the list of shifts satisfying this responder group's position. Multiple shifts occur when a schedule has multiple concurrent on-call responders at that position.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/schedule_on_call_responder_data_relationships.rb', line 25 def shifts @shifts end |