Class: DatadogAPIClient::V2::CaseAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CaseAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/case_attributes.rb
Overview
Case attributes
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#archived_at ⇒ Object
Timestamp of when the case was archived.
-
#closed_at ⇒ Object
Timestamp of when the case was closed.
-
#created_at ⇒ Object
Timestamp of when the case was created.
-
#description ⇒ Object
Description.
-
#jira_issue ⇒ Object
Jira issue attached to case.
-
#key ⇒ Object
Key.
-
#modified_at ⇒ Object
Timestamp of when the case was last modified.
-
#priority ⇒ Object
Case priority.
-
#service_now_ticket ⇒ Object
ServiceNow ticket attached to case.
-
#status ⇒ Object
Case status.
-
#title ⇒ Object
Title.
-
#type ⇒ Object
Case type.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
60 61 62 |
# File 'lib/datadog_api_client/v2/models/case_attributes.rb', line 60 def additional_properties @additional_properties end |
#archived_at ⇒ Object
Timestamp of when the case was archived
25 26 27 |
# File 'lib/datadog_api_client/v2/models/case_attributes.rb', line 25 def archived_at @archived_at end |
#closed_at ⇒ Object
Timestamp of when the case was closed
28 29 30 |
# File 'lib/datadog_api_client/v2/models/case_attributes.rb', line 28 def closed_at @closed_at end |
#created_at ⇒ Object
Timestamp of when the case was created
31 32 33 |
# File 'lib/datadog_api_client/v2/models/case_attributes.rb', line 31 def created_at @created_at end |
#description ⇒ Object
Description
34 35 36 |
# File 'lib/datadog_api_client/v2/models/case_attributes.rb', line 34 def description @description end |
#jira_issue ⇒ Object
Jira issue attached to case
37 38 39 |
# File 'lib/datadog_api_client/v2/models/case_attributes.rb', line 37 def jira_issue @jira_issue end |
#key ⇒ Object
Key
40 41 42 |
# File 'lib/datadog_api_client/v2/models/case_attributes.rb', line 40 def key @key end |
#modified_at ⇒ Object
Timestamp of when the case was last modified
43 44 45 |
# File 'lib/datadog_api_client/v2/models/case_attributes.rb', line 43 def modified_at @modified_at end |
#priority ⇒ Object
Case priority
46 47 48 |
# File 'lib/datadog_api_client/v2/models/case_attributes.rb', line 46 def priority @priority end |
#service_now_ticket ⇒ Object
ServiceNow ticket attached to case
49 50 51 |
# File 'lib/datadog_api_client/v2/models/case_attributes.rb', line 49 def service_now_ticket @service_now_ticket end |
#status ⇒ Object
Case status
52 53 54 |
# File 'lib/datadog_api_client/v2/models/case_attributes.rb', line 52 def status @status end |
#title ⇒ Object
Title
55 56 57 |
# File 'lib/datadog_api_client/v2/models/case_attributes.rb', line 55 def title @title end |
#type ⇒ Object
Case type
58 59 60 |
# File 'lib/datadog_api_client/v2/models/case_attributes.rb', line 58 def type @type end |