Class: DatadogAPIClient::V2::CreateLinearIssueRequestDataAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CreateLinearIssueRequestDataAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/create_linear_issue_request_data_attributes.rb
Overview
Attributes of the Linear issue to create.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#assignee_id ⇒ Object
Unique identifier of the Datadog user assigned to the Linear issue.
-
#description ⇒ Object
Description of the Linear issue.
-
#label_ids ⇒ Object
Linear label IDs to set on the created issue.
-
#linear_project_id ⇒ Object
Unique identifier of the Linear project to pin the issue to.
-
#priority ⇒ Object
Case priority.
-
#title ⇒ Object
Title of the Linear issue.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
42 43 44 |
# File 'lib/datadog_api_client/v2/models/create_linear_issue_request_data_attributes.rb', line 42 def additional_properties @additional_properties end |
#assignee_id ⇒ Object
Unique identifier of the Datadog user assigned to the Linear issue.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/create_linear_issue_request_data_attributes.rb', line 25 def assignee_id @assignee_id end |
#description ⇒ Object
Description of the Linear issue. If not provided, the description will be automatically generated.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/create_linear_issue_request_data_attributes.rb', line 28 def description @description end |
#label_ids ⇒ Object
Linear label IDs to set on the created issue.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/create_linear_issue_request_data_attributes.rb', line 31 def label_ids @label_ids end |
#linear_project_id ⇒ Object
Unique identifier of the Linear project to pin the issue to. If not provided, the issue is not associated with a Linear project.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/create_linear_issue_request_data_attributes.rb', line 34 def linear_project_id @linear_project_id end |
#priority ⇒ Object
Case priority
37 38 39 |
# File 'lib/datadog_api_client/v2/models/create_linear_issue_request_data_attributes.rb', line 37 def priority @priority end |
#title ⇒ Object
Title of the Linear issue. If not provided, the title will be automatically generated.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/create_linear_issue_request_data_attributes.rb', line 40 def title @title end |