Class: DatadogAPIClient::V2::CreateLinearIssueRequestDataAttributes

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_idObject

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

#descriptionObject

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_idsObject

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_idObject

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

#priorityObject

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

#titleObject

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