Class: DatadogAPIClient::V2::IntegrationOnCall

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/integration_on_call.rb

Overview

On-Call integration settings

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



33
34
35
# File 'lib/datadog_api_client/v2/models/integration_on_call.rb', line 33

def additional_properties
  @additional_properties
end

#auto_assign_on_callObject

Whether to auto-assign on-call



25
26
27
# File 'lib/datadog_api_client/v2/models/integration_on_call.rb', line 25

def auto_assign_on_call
  @auto_assign_on_call
end

#enabledObject

Whether On-Call integration is enabled



28
29
30
# File 'lib/datadog_api_client/v2/models/integration_on_call.rb', line 28

def enabled
  @enabled
end

#escalation_queriesObject

Returns the value of attribute escalation_queries.



31
32
33
# File 'lib/datadog_api_client/v2/models/integration_on_call.rb', line 31

def escalation_queries
  @escalation_queries
end