Class: DatadogAPIClient::V2::FindingJiraIssueResult
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::FindingJiraIssueResult
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/finding_jira_issue_result.rb
Overview
Result of the Jira issue creation.
Instance Attribute Summary collapse
-
#account_id ⇒ Object
The account ID of the Jira issue.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#issue_id ⇒ Object
The unique identifier of the Jira issue.
-
#issue_key ⇒ Object
The key of the Jira issue.
-
#issue_url ⇒ Object
The URL of the Jira issue.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#account_id ⇒ Object
The account ID of the Jira issue.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/finding_jira_issue_result.rb', line 25 def account_id @account_id end |
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/finding_jira_issue_result.rb', line 36 def additional_properties @additional_properties end |
#issue_id ⇒ Object
The unique identifier of the Jira issue.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/finding_jira_issue_result.rb', line 28 def issue_id @issue_id end |
#issue_key ⇒ Object
The key of the Jira issue.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/finding_jira_issue_result.rb', line 31 def issue_key @issue_key end |
#issue_url ⇒ Object
The URL of the Jira issue.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/finding_jira_issue_result.rb', line 34 def issue_url @issue_url end |