Class: DatadogAPIClient::V2::CaseTypeResourceAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CaseTypeResourceAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/case_type_resource_attributes.rb
Overview
Attributes of a case type, which define a classification category for cases. Organizations use case types to model different workflows (for example, Security Incident, Bug Report, Change Request).
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#deleted_at ⇒ Object
Timestamp when the case type was marked as deleted.
-
#description ⇒ Object
A detailed description explaining when this case type should be used.
-
#emoji ⇒ Object
An emoji icon representing the case type in the UI.
-
#name ⇒ Object
readonly
The display name of the case type, shown in the Case Management UI when creating or viewing cases.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/case_type_resource_attributes.rb', line 36 def additional_properties @additional_properties end |
#deleted_at ⇒ Object
Timestamp when the case type was marked as deleted. A null value indicates the case type is active.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/case_type_resource_attributes.rb', line 25 def deleted_at @deleted_at end |
#description ⇒ Object
A detailed description explaining when this case type should be used.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/case_type_resource_attributes.rb', line 28 def description @description end |
#emoji ⇒ Object
An emoji icon representing the case type in the UI.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/case_type_resource_attributes.rb', line 31 def emoji @emoji end |
#name ⇒ Object
The display name of the case type, shown in the Case Management UI when creating or viewing cases.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/case_type_resource_attributes.rb', line 34 def name @name end |