Class: DatadogAPIClient::V2::IncidentCreateAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::IncidentCreateAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/incident_create_attributes.rb
Overview
The incident’s attributes for a create request.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#customer_impact_scope ⇒ Object
Required if ‘customer_impacted:“true”`.
-
#customer_impacted ⇒ Object
readonly
A flag indicating whether the incident caused customer impact.
-
#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 an incident type.
-
#initial_cells ⇒ Object
An array of initial timeline cells to be placed at the beginning of the incident timeline.
-
#notification_handles ⇒ Object
Notification handles that will be notified of the incident at creation.
-
#title ⇒ Object
readonly
The title of the incident, which summarizes what happened.
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_create_attributes.rb', line 45 def additional_properties @additional_properties end |
#customer_impact_scope ⇒ Object
Required if ‘customer_impacted:“true”`. A summary of the impact customers experienced during the incident.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/incident_create_attributes.rb', line 25 def customer_impact_scope @customer_impact_scope end |
#customer_impacted ⇒ Object
A flag indicating whether the incident caused customer impact.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/incident_create_attributes.rb', line 28 def customer_impacted @customer_impacted 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_create_attributes.rb', line 31 def fields @fields end |
#incident_type_uuid ⇒ Object
A unique identifier that represents an incident type. The default incident type will be used if this property is not provided.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/incident_create_attributes.rb', line 34 def incident_type_uuid @incident_type_uuid end |
#initial_cells ⇒ Object
An array of initial timeline cells to be placed at the beginning of the incident timeline.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/incident_create_attributes.rb', line 37 def initial_cells @initial_cells end |
#notification_handles ⇒ Object
Notification handles that will be notified of the incident at creation.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/incident_create_attributes.rb', line 40 def notification_handles @notification_handles end |
#title ⇒ Object
The title of the incident, which summarizes what happened.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/incident_create_attributes.rb', line 43 def title @title end |