Class: DatadogAPIClient::V2::IncidentImpactAttributes

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

Overview

The incident impact's attributes.

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_impact_attributes.rb', line 45

def additional_properties
  @additional_properties
end

#createdObject

Timestamp when the impact was created.



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

def created
  @created
end

#descriptionObject

Description of the impact.



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

def description
  @description
end

#end_atObject

Timestamp when the impact ended.



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

def end_at
  @end_at
end

#fieldsObject

An object mapping impact field names to field values.



34
35
36
# File 'lib/datadog_api_client/v2/models/incident_impact_attributes.rb', line 34

def fields
  @fields
end

#impact_typeObject

The type of impact.



37
38
39
# File 'lib/datadog_api_client/v2/models/incident_impact_attributes.rb', line 37

def impact_type
  @impact_type
end

#modifiedObject

Timestamp when the impact was last modified.



40
41
42
# File 'lib/datadog_api_client/v2/models/incident_impact_attributes.rb', line 40

def modified
  @modified
end

#start_atObject

Timestamp representing when the impact started.



43
44
45
# File 'lib/datadog_api_client/v2/models/incident_impact_attributes.rb', line 43

def start_at
  @start_at
end