Class: DatadogAPIClient::V2::UpdateOutcomesAsyncRequestItem

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/update_outcomes_async_request_item.rb

Overview

Scorecard outcome for a single entity and rule.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



36
37
38
# File 'lib/datadog_api_client/v2/models/update_outcomes_async_request_item.rb', line 36

def additional_properties
  @additional_properties
end

#entity_referenceObject

The unique reference for an IDP entity.



25
26
27
# File 'lib/datadog_api_client/v2/models/update_outcomes_async_request_item.rb', line 25

def entity_reference
  @entity_reference
end

#remarksObject

Any remarks regarding the scorecard rule's evaluation. Supports HTML hyperlinks.



28
29
30
# File 'lib/datadog_api_client/v2/models/update_outcomes_async_request_item.rb', line 28

def remarks
  @remarks
end

#rule_idObject

The unique ID for a scorecard rule.



31
32
33
# File 'lib/datadog_api_client/v2/models/update_outcomes_async_request_item.rb', line 31

def rule_id
  @rule_id
end

#stateObject

The state of the rule evaluation.



34
35
36
# File 'lib/datadog_api_client/v2/models/update_outcomes_async_request_item.rb', line 34

def state
  @state
end