Class: DatadogAPIClient::V2::IntegrationServiceNowSyncConfig139772721534496
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::IntegrationServiceNowSyncConfig139772721534496
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/integration_service_now_sync_config139772721534496.rb
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#comments ⇒ Object
Sync property configuration.
-
#priority ⇒ Object
Returns the value of attribute priority.
-
#status ⇒ Object
Sync property with mapping configuration.
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_config139772721534496.rb', line 33 def additional_properties @additional_properties end |
#comments ⇒ Object
Sync property configuration
25 26 27 |
# File 'lib/datadog_api_client/v2/models/integration_service_now_sync_config139772721534496.rb', line 25 def comments @comments end |
#priority ⇒ Object
Returns the value of attribute priority.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/integration_service_now_sync_config139772721534496.rb', line 28 def priority @priority end |
#status ⇒ Object
Sync property with mapping configuration
31 32 33 |
# File 'lib/datadog_api_client/v2/models/integration_service_now_sync_config139772721534496.rb', line 31 def status @status end |