Class: DatadogAPIClient::V2::ServiceNowBusinessServiceAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ServiceNowBusinessServiceAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/service_now_business_service_attributes.rb
Overview
Attributes of a ServiceNow business service
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#instance_id ⇒ Object
readonly
The ID of the ServiceNow instance.
-
#service_name ⇒ Object
readonly
The name of the business service.
-
#service_sys_id ⇒ Object
readonly
The system ID of the business service in ServiceNow.
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/service_now_business_service_attributes.rb', line 33 def additional_properties @additional_properties end |
#instance_id ⇒ Object
The ID of the ServiceNow instance
25 26 27 |
# File 'lib/datadog_api_client/v2/models/service_now_business_service_attributes.rb', line 25 def instance_id @instance_id end |
#service_name ⇒ Object
The name of the business service
28 29 30 |
# File 'lib/datadog_api_client/v2/models/service_now_business_service_attributes.rb', line 28 def service_name @service_name end |
#service_sys_id ⇒ Object
The system ID of the business service in ServiceNow
31 32 33 |
# File 'lib/datadog_api_client/v2/models/service_now_business_service_attributes.rb', line 31 def service_sys_id @service_sys_id end |