Class: DatadogAPIClient::V2::IncidentImportRequestAttributes

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

Overview

The incident's attributes for an import request.

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

def additional_properties
  @additional_properties
end

#declaredObject

Timestamp when the incident was declared.



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

def declared
  @declared
end

#detectedObject

Timestamp when the incident was detected.



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

def detected
  @detected
end

#fieldsObject

A condensed view of the user-defined fields for which to create initial selections.



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

def fields
  @fields
end

#incident_type_uuidObject

A unique identifier that represents the incident type. If not provided, the default incident type is used.



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

def incident_type_uuid
  @incident_type_uuid
end

#resolvedObject

Timestamp when the incident was resolved. Can only be set when the state field is set to 'resolved'.



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

def resolved
  @resolved
end

#titleObject

The title of the incident that summarizes what happened.



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

def title
  @title
end

#visibilityObject

The visibility of the incident.



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

def visibility
  @visibility
end