Class: DatadogAPIClient::V2::OutcomesBatchAttributes

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

Overview

The JSON:API attributes for a batched set of scorecard outcomes.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#resultsObject

Set of scorecard outcomes to update.



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

def results
  @results
end