Class: DatadogAPIClient::V2::SalesforceIncidentsTemplateUpdateAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SalesforceIncidentsTemplateUpdateAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/salesforce_incidents_template_update_attributes.rb
Overview
Salesforce incident template attributes for an update request.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#description ⇒ Object
readonly
Long-form description body for Salesforce incidents created from this template.
-
#name ⇒ Object
readonly
Human-readable name for this incident template.
-
#owner_id ⇒ Object
readonly
The Salesforce user ID that owns incidents created from this template.
-
#priority ⇒ Object
Priority of the Salesforce incident created from this template.
-
#salesforce_org_id ⇒ Object
The Datadog-assigned ID of the Salesforce organization this template belongs to.
-
#subject ⇒ Object
readonly
Subject line for Salesforce incidents created from this template.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
42 43 44 |
# File 'lib/datadog_api_client/v2/models/salesforce_incidents_template_update_attributes.rb', line 42 def additional_properties @additional_properties end |
#description ⇒ Object
Long-form description body for Salesforce incidents created from this template.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/salesforce_incidents_template_update_attributes.rb', line 25 def description @description end |
#name ⇒ Object
Human-readable name for this incident template.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/salesforce_incidents_template_update_attributes.rb', line 28 def name @name end |
#owner_id ⇒ Object
The Salesforce user ID that owns incidents created from this template.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/salesforce_incidents_template_update_attributes.rb', line 31 def owner_id @owner_id end |
#priority ⇒ Object
Priority of the Salesforce incident created from this template.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/salesforce_incidents_template_update_attributes.rb', line 34 def priority @priority end |
#salesforce_org_id ⇒ Object
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_update_attributes.rb', line 37 def salesforce_org_id @salesforce_org_id end |
#subject ⇒ Object
Subject line for Salesforce incidents created from this template.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/salesforce_incidents_template_update_attributes.rb', line 40 def subject @subject end |