Class: DatadogAPIClient::V2::IncidentTypeUpdateAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::IncidentTypeUpdateAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/incident_type_update_attributes.rb
Overview
Incident type's attributes for updates.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#configuration ⇒ Object
The incident-type-scoped behavior settings.
-
#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
When true, this incident type will be used as the default type when an incident type is not specified.
-
#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
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.
51 52 53 |
# File 'lib/datadog_api_client/v2/models/incident_type_update_attributes.rb', line 51 def additional_properties @additional_properties end |
#configuration ⇒ Object
The incident-type-scoped behavior settings. All fields are optional on update. Any field omitted from a PATCH request keeps its current value. This object is read-only on the incident type resource itself and is only mutated through the update (PATCH) endpoint.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/incident_type_update_attributes.rb', line 25 def configuration @configuration end |
#created_at ⇒ Object
Timestamp when the incident type was created.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/incident_type_update_attributes.rb', line 28 def created_at @created_at end |
#created_by ⇒ Object
A unique identifier that represents the user that created the incident type.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/incident_type_update_attributes.rb', line 31 def created_by @created_by end |
#description ⇒ Object
Text that describes the incident type.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/incident_type_update_attributes.rb', line 34 def description @description end |
#is_default ⇒ Object
When true, this incident type will be used as the default type when an incident type is not specified.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/incident_type_update_attributes.rb', line 37 def is_default @is_default end |
#last_modified_by ⇒ Object
A unique identifier that represents the user that last modified the incident type.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/incident_type_update_attributes.rb', line 40 def last_modified_by @last_modified_by end |
#modified_at ⇒ Object
Timestamp when the incident type was last modified.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/incident_type_update_attributes.rb', line 43 def modified_at @modified_at end |
#name ⇒ Object
The name of the incident type.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/incident_type_update_attributes.rb', line 46 def name @name end |
#prefix ⇒ Object
The string that will be prepended to the incident title across the Datadog app.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/incident_type_update_attributes.rb', line 49 def prefix @prefix end |