Class: DatadogAPIClient::V2::ScheduleOnCallRespondersDataRelationshipsScheduleData
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ScheduleOnCallRespondersDataRelationshipsScheduleData
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/schedule_on_call_responders_data_relationships_schedule_data.rb
Overview
Represents a reference to the schedule this on-call responders lookup was performed for.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#id ⇒ Object
readonly
Unique identifier of the schedule.
-
#type ⇒ Object
readonly
Identifies the resource type for the schedule associated with this on-call responders lookup.
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_schedule_data.rb', line 30 def additional_properties @additional_properties end |
#id ⇒ Object
Unique identifier of the schedule.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/schedule_on_call_responders_data_relationships_schedule_data.rb', line 25 def id @id end |
#type ⇒ Object
Identifies the resource type for the schedule associated with this on-call responders lookup.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/schedule_on_call_responders_data_relationships_schedule_data.rb', line 28 def type @type end |