Class: DatadogAPIClient::V2::IntegrationOnCallEscalationQueriesItems
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::IntegrationOnCallEscalationQueriesItems
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/integration_on_call_escalation_queries_items.rb
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#enabled ⇒ Object
Returns the value of attribute enabled.
-
#id ⇒ Object
Returns the value of attribute id.
-
#query ⇒ Object
Returns the value of attribute query.
-
#target ⇒ Object
Returns the value of attribute target.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/integration_on_call_escalation_queries_items.rb', line 36 def additional_properties @additional_properties end |
#enabled ⇒ Object
Returns the value of attribute enabled.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/integration_on_call_escalation_queries_items.rb', line 25 def enabled @enabled end |
#id ⇒ Object
Returns the value of attribute id.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/integration_on_call_escalation_queries_items.rb', line 28 def id @id end |
#query ⇒ Object
Returns the value of attribute query.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/integration_on_call_escalation_queries_items.rb', line 31 def query @query end |
#target ⇒ Object
Returns the value of attribute target.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/integration_on_call_escalation_queries_items.rb', line 34 def target @target end |