Class: DatadogAPIClient::V2::OutcomesBatchRequestData

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

Overview

Scorecard outcomes batch request data.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#attributesObject

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



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

def attributes
  @attributes
end

#typeObject

The JSON:API type for scorecard outcomes.



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

def type
  @type
end