Class: DatadogAPIClient::V2::ScheduleOnCallResponders
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ScheduleOnCallResponders
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/schedule_on_call_responders.rb
Overview
Root object representing a schedule's on-call responders, grouped by position (previous, current, next), for a given point in time.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#data ⇒ Object
The main data object representing a schedule's on-call responders lookup, including relationships and metadata.
-
#included ⇒ Object
Related resources referenced in the responder groups' relationships, such as shifts, schedules, and users.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/schedule_on_call_responders.rb', line 30 def additional_properties @additional_properties end |
#data ⇒ Object
The main data object representing a schedule's on-call responders lookup, including relationships and metadata.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/schedule_on_call_responders.rb', line 25 def data @data end |
#included ⇒ Object
Related resources referenced in the responder groups' relationships, such as shifts, schedules, and users.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/schedule_on_call_responders.rb', line 28 def included @included end |