Class: DatadogAPIClient::V2::JiraIssueTemplateDataAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::JiraIssueTemplateDataAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/jira_issue_template_data_attributes.rb
Overview
Attributes of a Jira issue template
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#fields ⇒ Object
readonly
Custom fields for the Jira issue template.
-
#issue_type_id ⇒ Object
readonly
The ID of the Jira issue type.
-
#name ⇒ Object
readonly
The name of the issue template.
-
#project_id ⇒ Object
readonly
The ID of the Jira project.
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/jira_issue_template_data_attributes.rb', line 36 def additional_properties @additional_properties end |
#fields ⇒ Object
Custom fields for the Jira issue template
25 26 27 |
# File 'lib/datadog_api_client/v2/models/jira_issue_template_data_attributes.rb', line 25 def fields @fields end |
#issue_type_id ⇒ Object
The ID of the Jira issue type
28 29 30 |
# File 'lib/datadog_api_client/v2/models/jira_issue_template_data_attributes.rb', line 28 def issue_type_id @issue_type_id end |
#name ⇒ Object
The name of the issue template
31 32 33 |
# File 'lib/datadog_api_client/v2/models/jira_issue_template_data_attributes.rb', line 31 def name @name end |
#project_id ⇒ Object
The ID of the Jira project
34 35 36 |
# File 'lib/datadog_api_client/v2/models/jira_issue_template_data_attributes.rb', line 34 def project_id @project_id end |