Class: DatadogAPIClient::V2::FindingServiceNowTicket
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::FindingServiceNowTicket
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/finding_service_now_ticket.rb
Overview
ServiceNow ticket associated with the case.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#result ⇒ Object
Result of the ServiceNow ticket creation or attachment.
-
#status ⇒ Object
Status of the ServiceNow ticket operation.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/finding_service_now_ticket.rb', line 30 def additional_properties @additional_properties end |
#result ⇒ Object
Result of the ServiceNow ticket creation or attachment.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/finding_service_now_ticket.rb', line 25 def result @result end |
#status ⇒ Object
Status of the ServiceNow ticket operation. Can be "COMPLETED" if successful, or "FAILED" if the operation failed.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/finding_service_now_ticket.rb', line 28 def status @status end |