Class: DatadogAPIClient::V2::ScheduleOnCallRespondersDataRelationships

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#respondersObject

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

#scheduleObject

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