Class: DatadogAPIClient::V2::OutcomesResponseDataItem

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

Overview

A single rule outcome.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#attributesObject

The JSON:API attributes for an outcome.



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

def attributes
  @attributes
end

#idObject

The unique ID for a rule outcome.



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

def id
  @id
end

#relationshipsObject

The JSON:API relationship to a scorecard rule.



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

def relationships
  @relationships
end

#typeObject

The JSON:API type for an outcome.



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

def type
  @type
end