Class: DatadogAPIClient::V2::ServiceNowTicketResult
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ServiceNowTicketResult
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/service_now_ticket_result.rb
Overview
ServiceNow ticket information
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#sys_target_link ⇒ Object
Link to the Incident created on ServiceNow.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
27 28 29 |
# File 'lib/datadog_api_client/v2/models/service_now_ticket_result.rb', line 27 def additional_properties @additional_properties end |
#sys_target_link ⇒ Object
Link to the Incident created on ServiceNow
25 26 27 |
# File 'lib/datadog_api_client/v2/models/service_now_ticket_result.rb', line 25 def sys_target_link @sys_target_link end |