Class: DatadogAPIClient::V2::IncidentServiceResponseAttributes

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

Overview

The incident service’s attributes from a response.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#createdObject

Timestamp of when the incident service was created.



29
30
31
# File 'lib/datadog_api_client/v2/models/incident_service_response_attributes.rb', line 29

def created
  @created
end

#modifiedObject

Timestamp of when the incident service was modified.



32
33
34
# File 'lib/datadog_api_client/v2/models/incident_service_response_attributes.rb', line 32

def modified
  @modified
end

#nameObject

Name of the incident service.



35
36
37
# File 'lib/datadog_api_client/v2/models/incident_service_response_attributes.rb', line 35

def name
  @name
end