Class: DatadogAPIClient::V2::IssueCaseAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::IssueCaseAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/issue_case_attributes.rb
Overview
Object containing the information of a case.
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.
-
#creation_source ⇒ Object
Source of the case creation.
-
#description ⇒ Object
Description of the case.
-
#due_date ⇒ Object
Due date of the case.
-
#insights ⇒ Object
Insights of the case.
-
#jira_issue ⇒ Object
Jira issue of the case.
-
#key ⇒ Object
Key of the case.
-
#modified_at ⇒ Object
Timestamp of when the case was last modified.
-
#priority ⇒ Object
Case priority.
-
#status ⇒ Object
Case status.
-
#title ⇒ Object
Title of the case.
-
#type ⇒ Object
Type of the case.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
66 67 68 |
# File 'lib/datadog_api_client/v2/models/issue_case_attributes.rb', line 66 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/issue_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/issue_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/issue_case_attributes.rb', line 31 def created_at @created_at end |
#creation_source ⇒ Object
Source of the case creation.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/issue_case_attributes.rb', line 34 def creation_source @creation_source end |
#description ⇒ Object
Description of the case.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/issue_case_attributes.rb', line 37 def description @description end |
#due_date ⇒ Object
Due date of the case.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/issue_case_attributes.rb', line 40 def due_date @due_date end |
#insights ⇒ Object
Insights of the case.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/issue_case_attributes.rb', line 43 def insights @insights end |
#jira_issue ⇒ Object
Jira issue of the case.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/issue_case_attributes.rb', line 46 def jira_issue @jira_issue end |
#key ⇒ Object
Key of the case.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/issue_case_attributes.rb', line 49 def key @key end |
#modified_at ⇒ Object
Timestamp of when the case was last modified.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/issue_case_attributes.rb', line 52 def modified_at @modified_at end |
#priority ⇒ Object
Case priority
55 56 57 |
# File 'lib/datadog_api_client/v2/models/issue_case_attributes.rb', line 55 def priority @priority end |
#status ⇒ Object
Case status
58 59 60 |
# File 'lib/datadog_api_client/v2/models/issue_case_attributes.rb', line 58 def status @status end |
#title ⇒ Object
Title of the case.
61 62 63 |
# File 'lib/datadog_api_client/v2/models/issue_case_attributes.rb', line 61 def title @title end |
#type ⇒ Object
Type of the case.
64 65 66 |
# File 'lib/datadog_api_client/v2/models/issue_case_attributes.rb', line 64 def type @type end |