Class: DatadogAPIClient::V2::IntegrationJira
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::IntegrationJira
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/integration_jira.rb
Overview
Jira integration settings
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#auto_creation ⇒ Object
Returns the value of attribute auto_creation.
-
#enabled ⇒ Object
Whether Jira integration is enabled.
-
#metadata ⇒ Object
Returns the value of attribute metadata.
-
#sync ⇒ Object
Returns the value of attribute sync.
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/integration_jira.rb', line 36 def additional_properties @additional_properties end |
#auto_creation ⇒ Object
Returns the value of attribute auto_creation.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/integration_jira.rb', line 25 def auto_creation @auto_creation end |
#enabled ⇒ Object
Whether Jira integration is enabled
28 29 30 |
# File 'lib/datadog_api_client/v2/models/integration_jira.rb', line 28 def enabled @enabled end |
#metadata ⇒ Object
Returns the value of attribute metadata.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/integration_jira.rb', line 31 def @metadata end |
#sync ⇒ Object
Returns the value of attribute sync.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/integration_jira.rb', line 34 def sync @sync end |