Class: DatadogAPIClient::V2::ServiceNowTemplateAttributes

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_idObject

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_idObject

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_mappingObject

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_nameObject

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_idObject

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_tablenameObject

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_idObject

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