Class: DatadogAPIClient::V2::IntegrationServiceNow
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::IntegrationServiceNow
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/integration_service_now.rb
Overview
ServiceNow integration settings
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#assignment_group ⇒ Object
Assignment group.
-
#auto_creation ⇒ Object
Returns the value of attribute auto_creation.
-
#enabled ⇒ Object
Whether ServiceNow integration is enabled.
-
#instance_name ⇒ Object
ServiceNow instance name.
-
#sync_config ⇒ Object
Returns the value of attribute sync_config.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
39 40 41 |
# File 'lib/datadog_api_client/v2/models/integration_service_now.rb', line 39 def additional_properties @additional_properties end |
#assignment_group ⇒ Object
Assignment group
25 26 27 |
# File 'lib/datadog_api_client/v2/models/integration_service_now.rb', line 25 def assignment_group @assignment_group end |
#auto_creation ⇒ Object
Returns the value of attribute auto_creation.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/integration_service_now.rb', line 28 def auto_creation @auto_creation end |
#enabled ⇒ Object
Whether ServiceNow integration is enabled
31 32 33 |
# File 'lib/datadog_api_client/v2/models/integration_service_now.rb', line 31 def enabled @enabled end |
#instance_name ⇒ Object
ServiceNow instance name
34 35 36 |
# File 'lib/datadog_api_client/v2/models/integration_service_now.rb', line 34 def instance_name @instance_name end |
#sync_config ⇒ Object
Returns the value of attribute sync_config.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/integration_service_now.rb', line 37 def sync_config @sync_config end |