Class: DatadogAPIClient::V2::ScheduleOnCallRespondersDataRelationships
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ScheduleOnCallRespondersDataRelationships
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/schedule_on_call_responders_data_relationships.rb
Overview
Relationships for a schedule's on-call responders lookup, including the schedule and its responder groups.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#responders ⇒ Object
Defines the list of per-position (previous, current, next) responder groups for the schedule.
-
#schedule ⇒ Object
Defines the relationship to the schedule this on-call responders lookup was performed for.
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_data_relationships.rb', line 30 def additional_properties @additional_properties end |
#responders ⇒ Object
Defines the list of per-position (previous, current, next) responder groups for the schedule.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/schedule_on_call_responders_data_relationships.rb', line 25 def responders @responders end |
#schedule ⇒ Object
Defines the relationship to the schedule this on-call responders lookup was performed for.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/schedule_on_call_responders_data_relationships.rb', line 28 def schedule @schedule end |