Class: DatadogAPIClient::V2::IntegrationServiceNowSyncConfigPriority
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::IntegrationServiceNowSyncConfigPriority
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/integration_service_now_sync_config_priority.rb
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#impact_mapping ⇒ Object
Returns the value of attribute impact_mapping.
-
#sync_type ⇒ Object
Returns the value of attribute sync_type.
-
#urgency_mapping ⇒ Object
Returns the value of attribute urgency_mapping.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/integration_service_now_sync_config_priority.rb', line 33 def additional_properties @additional_properties end |
#impact_mapping ⇒ Object
Returns the value of attribute impact_mapping.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/integration_service_now_sync_config_priority.rb', line 25 def impact_mapping @impact_mapping end |
#sync_type ⇒ Object
Returns the value of attribute sync_type.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/integration_service_now_sync_config_priority.rb', line 28 def sync_type @sync_type end |
#urgency_mapping ⇒ Object
Returns the value of attribute urgency_mapping.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/integration_service_now_sync_config_priority.rb', line 31 def urgency_mapping @urgency_mapping end |