Class: DatadogAPIClient::V2::ServiceNowTemplateAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ServiceNowTemplateAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/service_now_template_attributes.rb
Overview
Attributes of a ServiceNow template
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#assignment_group_id ⇒ Object
The ID of the assignment group.
-
#business_service_id ⇒ Object
The ID of the business service.
-
#fields_mapping ⇒ Object
Custom field mappings for the template.
-
#handle_name ⇒ Object
readonly
The handle name of the template.
-
#instance_id ⇒ Object
readonly
The ID of the ServiceNow instance.
-
#servicenow_tablename ⇒ Object
readonly
The name of the destination ServiceNow table.
-
#user_id ⇒ Object
The ID of the user.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
45 46 47 |
# File 'lib/datadog_api_client/v2/models/service_now_template_attributes.rb', line 45 def additional_properties @additional_properties end |
#assignment_group_id ⇒ Object
The ID of the assignment group
25 26 27 |
# File 'lib/datadog_api_client/v2/models/service_now_template_attributes.rb', line 25 def assignment_group_id @assignment_group_id end |
#business_service_id ⇒ Object
The ID of the business service
28 29 30 |
# File 'lib/datadog_api_client/v2/models/service_now_template_attributes.rb', line 28 def business_service_id @business_service_id end |
#fields_mapping ⇒ Object
Custom field mappings for the template
31 32 33 |
# File 'lib/datadog_api_client/v2/models/service_now_template_attributes.rb', line 31 def fields_mapping @fields_mapping end |
#handle_name ⇒ Object
The handle name of the template
34 35 36 |
# File 'lib/datadog_api_client/v2/models/service_now_template_attributes.rb', line 34 def handle_name @handle_name end |
#instance_id ⇒ Object
The ID of the ServiceNow instance
37 38 39 |
# File 'lib/datadog_api_client/v2/models/service_now_template_attributes.rb', line 37 def instance_id @instance_id end |
#servicenow_tablename ⇒ Object
The name of the destination ServiceNow table
40 41 42 |
# File 'lib/datadog_api_client/v2/models/service_now_template_attributes.rb', line 40 def servicenow_tablename @servicenow_tablename end |
#user_id ⇒ Object
The ID of the user
43 44 45 |
# File 'lib/datadog_api_client/v2/models/service_now_template_attributes.rb', line 43 def user_id @user_id end |