Class: DatadogAPIClient::V2::SalesforceIncidentsOrganizationResponseAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SalesforceIncidentsOrganizationResponseAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/salesforce_incidents_organization_response_attributes.rb
Overview
Attributes of a Salesforce organization connected to the Datadog Salesforce integration.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#instance_url ⇒ Object
The Salesforce instance URL used to call this organization's APIs.
-
#name ⇒ Object
Human-readable name of the Salesforce organization.
-
#sfdc_org_id ⇒ Object
The Salesforce organization identifier (15- or 18-character Salesforce org ID).
-
#sfdc_org_type ⇒ Object
The Salesforce organization type (for example,
ProductionorSandbox).
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/salesforce_incidents_organization_response_attributes.rb', line 36 def additional_properties @additional_properties end |
#instance_url ⇒ Object
The Salesforce instance URL used to call this organization's APIs.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/salesforce_incidents_organization_response_attributes.rb', line 25 def instance_url @instance_url end |
#name ⇒ Object
Human-readable name of the Salesforce organization.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/salesforce_incidents_organization_response_attributes.rb', line 28 def name @name end |
#sfdc_org_id ⇒ Object
The Salesforce organization identifier (15- or 18-character Salesforce org ID).
31 32 33 |
# File 'lib/datadog_api_client/v2/models/salesforce_incidents_organization_response_attributes.rb', line 31 def sfdc_org_id @sfdc_org_id end |
#sfdc_org_type ⇒ Object
The Salesforce organization type (for example, Production or Sandbox).
34 35 36 |
# File 'lib/datadog_api_client/v2/models/salesforce_incidents_organization_response_attributes.rb', line 34 def sfdc_org_type @sfdc_org_type end |