Class: DatadogAPIClient::V2::IntegrationJiraSyncProperties
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::IntegrationJiraSyncProperties
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/integration_jira_sync_properties.rb
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#assignee ⇒ Object
Sync property configuration.
-
#comments ⇒ Object
Sync property configuration.
-
#custom_fields ⇒ Object
Returns the value of attribute custom_fields.
-
#description ⇒ Object
Sync property configuration.
-
#due_date ⇒ Object
Returns the value of attribute due_date.
-
#priority ⇒ Object
Sync property with mapping configuration.
-
#status ⇒ Object
Sync property with mapping configuration.
-
#title ⇒ Object
Sync property configuration.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
48 49 50 |
# File 'lib/datadog_api_client/v2/models/integration_jira_sync_properties.rb', line 48 def additional_properties @additional_properties end |
#assignee ⇒ Object
Sync property configuration
25 26 27 |
# File 'lib/datadog_api_client/v2/models/integration_jira_sync_properties.rb', line 25 def assignee @assignee end |
#comments ⇒ Object
Sync property configuration
28 29 30 |
# File 'lib/datadog_api_client/v2/models/integration_jira_sync_properties.rb', line 28 def comments @comments end |
#custom_fields ⇒ Object
Returns the value of attribute custom_fields.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/integration_jira_sync_properties.rb', line 31 def custom_fields @custom_fields end |
#description ⇒ Object
Sync property configuration
34 35 36 |
# File 'lib/datadog_api_client/v2/models/integration_jira_sync_properties.rb', line 34 def description @description end |
#due_date ⇒ Object
Returns the value of attribute due_date.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/integration_jira_sync_properties.rb', line 37 def due_date @due_date end |
#priority ⇒ Object
Sync property with mapping configuration
40 41 42 |
# File 'lib/datadog_api_client/v2/models/integration_jira_sync_properties.rb', line 40 def priority @priority end |
#status ⇒ Object
Sync property with mapping configuration
43 44 45 |
# File 'lib/datadog_api_client/v2/models/integration_jira_sync_properties.rb', line 43 def status @status end |
#title ⇒ Object
Sync property configuration
46 47 48 |
# File 'lib/datadog_api_client/v2/models/integration_jira_sync_properties.rb', line 46 def title @title end |