Class: DatadogAPIClient::V2::IncidentTypeAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::IncidentTypeAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/incident_type_attributes.rb
Overview
Incident type's attributes.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#created_at ⇒ Object
Timestamp when the incident type was created.
-
#created_by ⇒ Object
A unique identifier that represents the user that created the incident type.
-
#description ⇒ Object
Text that describes the incident type.
-
#is_default ⇒ Object
If true, this incident type will be used as the default incident type if a type is not specified during the creation of incident resources.
-
#last_modified_by ⇒ Object
A unique identifier that represents the user that last modified the incident type.
-
#modified_at ⇒ Object
Timestamp when the incident type was last modified.
-
#name ⇒ Object
readonly
The name of the incident type.
-
#prefix ⇒ Object
The string that will be prepended to the incident title across the Datadog app.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
48 49 50 |
# File 'lib/datadog_api_client/v2/models/incident_type_attributes.rb', line 48 def additional_properties @additional_properties end |
#created_at ⇒ Object
Timestamp when the incident type was created.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/incident_type_attributes.rb', line 25 def created_at @created_at end |
#created_by ⇒ Object
A unique identifier that represents the user that created the incident type.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/incident_type_attributes.rb', line 28 def created_by @created_by end |
#description ⇒ Object
Text that describes the incident type.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/incident_type_attributes.rb', line 31 def description @description end |
#is_default ⇒ Object
If true, this incident type will be used as the default incident type if a type is not specified during the creation of incident resources.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/incident_type_attributes.rb', line 34 def is_default @is_default end |
#last_modified_by ⇒ Object
A unique identifier that represents the user that last modified the incident type.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/incident_type_attributes.rb', line 37 def last_modified_by @last_modified_by end |
#modified_at ⇒ Object
Timestamp when the incident type was last modified.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/incident_type_attributes.rb', line 40 def modified_at @modified_at end |
#name ⇒ Object
The name of the incident type.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/incident_type_attributes.rb', line 43 def name @name end |
#prefix ⇒ Object
The string that will be prepended to the incident title across the Datadog app.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/incident_type_attributes.rb', line 46 def prefix @prefix end |