Class: DatadogAPIClient::V2::IncidentResponderDataAttributesResponse

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#createdObject

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_idObject

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_sourceObject

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_billableObject

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_activeObject

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

#metaObject

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
  @meta
end

#modifiedObject

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