Class: DatadogAPIClient::V2::SalesforceIncidentsTemplateCreateAttributes

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/salesforce_incidents_template_create_attributes.rb

Overview

Salesforce incident template attributes for a create request.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



42
43
44
# File 'lib/datadog_api_client/v2/models/salesforce_incidents_template_create_attributes.rb', line 42

def additional_properties
  @additional_properties
end

#descriptionObject

Long-form description body for Salesforce incidents created from this template.



25
26
27
# File 'lib/datadog_api_client/v2/models/salesforce_incidents_template_create_attributes.rb', line 25

def description
  @description
end

#nameObject

Human-readable name for this incident template. Must be unique within your organization.



28
29
30
# File 'lib/datadog_api_client/v2/models/salesforce_incidents_template_create_attributes.rb', line 28

def name
  @name
end

#owner_idObject

The Salesforce user ID that owns incidents created from this template.



31
32
33
# File 'lib/datadog_api_client/v2/models/salesforce_incidents_template_create_attributes.rb', line 31

def owner_id
  @owner_id
end

#priorityObject

Priority of the Salesforce incident created from this template.



34
35
36
# File 'lib/datadog_api_client/v2/models/salesforce_incidents_template_create_attributes.rb', line 34

def priority
  @priority
end

#salesforce_org_idObject

The Datadog-assigned ID of the Salesforce organization this template belongs to.



37
38
39
# File 'lib/datadog_api_client/v2/models/salesforce_incidents_template_create_attributes.rb', line 37

def salesforce_org_id
  @salesforce_org_id
end

#subjectObject

Subject line for Salesforce incidents created from this template.



40
41
42
# File 'lib/datadog_api_client/v2/models/salesforce_incidents_template_create_attributes.rb', line 40

def subject
  @subject
end