Class: DatadogAPIClient::V2::FindingJiraIssue
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::FindingJiraIssue
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/finding_jira_issue.rb
Overview
Jira issue associated with the case.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#error_message ⇒ Object
The error message if the Jira issue creation failed.
-
#result ⇒ Object
Result of the Jira issue creation.
-
#status ⇒ Object
The status of the Jira issue creation.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/finding_jira_issue.rb', line 33 def additional_properties @additional_properties end |
#error_message ⇒ Object
The error message if the Jira issue creation failed.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/finding_jira_issue.rb', line 25 def end |
#result ⇒ Object
Result of the Jira issue creation.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/finding_jira_issue.rb', line 28 def result @result end |
#status ⇒ Object
The status of the Jira issue creation. Can be “COMPLETED” if the Jira issue was created successfully, or “FAILED” if the Jira issue creation failed.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/finding_jira_issue.rb', line 31 def status @status end |