Class: DatadogAPIClient::V2::FindingServiceNowTicket

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#resultObject

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

#statusObject

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