Class: DatadogAPIClient::V2::IncidentResponderDataAttributesResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::IncidentResponderDataAttributesResponse
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/incident_responder_data_attributes_response.rb
Overview
Attributes of an incident responder in a response.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#created ⇒ Object
readonly
Timestamp when the responder was created.
-
#external_id ⇒ Object
The external ID of the responder.
-
#external_source ⇒ Object
The external source of the responder.
-
#is_billable ⇒ Object
readonly
Whether this responder counts toward billing.
-
#last_active ⇒ Object
Timestamp when the responder was last active.
-
#meta ⇒ Object
Additional metadata for the responder.
-
#modified ⇒ Object
readonly
Timestamp when the responder was last modified.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
45 46 47 |
# File 'lib/datadog_api_client/v2/models/incident_responder_data_attributes_response.rb', line 45 def additional_properties @additional_properties end |
#created ⇒ Object
Timestamp when the responder was created.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/incident_responder_data_attributes_response.rb', line 25 def created @created end |
#external_id ⇒ Object
The external ID of the responder.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/incident_responder_data_attributes_response.rb', line 28 def external_id @external_id end |
#external_source ⇒ Object
The external source of the responder.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/incident_responder_data_attributes_response.rb', line 31 def external_source @external_source end |
#is_billable ⇒ Object
Whether this responder counts toward billing.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/incident_responder_data_attributes_response.rb', line 34 def is_billable @is_billable end |
#last_active ⇒ Object
Timestamp when the responder was last active.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/incident_responder_data_attributes_response.rb', line 37 def last_active @last_active end |
#meta ⇒ Object
Additional metadata for the responder.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/incident_responder_data_attributes_response.rb', line 40 def @meta end |
#modified ⇒ Object
Timestamp when the responder was last modified.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/incident_responder_data_attributes_response.rb', line 43 def modified @modified end |