Class: DatadogAPIClient::V2::IncidentImportRequestAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::IncidentImportRequestAttributes
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#declared ⇒ Object
Timestamp when the incident was declared.
-
#detected ⇒ Object
Timestamp when the incident was detected.
-
#fields ⇒ Object
A condensed view of the user-defined fields for which to create initial selections.
-
#incident_type_uuid ⇒ Object
A unique identifier that represents the incident type.
-
#resolved ⇒ Object
Timestamp when the incident was resolved.
-
#title ⇒ Object
readonly
The title of the incident that summarizes what happened.
-
#visibility ⇒ Object
The visibility of the incident.
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_import_request_attributes.rb', line 45 def additional_properties @additional_properties end |
#declared ⇒ Object
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 |
#detected ⇒ Object
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 |
#fields ⇒ Object
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_uuid ⇒ Object
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 |
#resolved ⇒ Object
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 |
#title ⇒ Object
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 |
#visibility ⇒ Object
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 |