Class: DatadogAPIClient::V2::GovernanceInsightData

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

Overview

A governance insight resource.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



35
36
37
# File 'lib/datadog_api_client/v2/models/governance_insight_data.rb', line 35

def additional_properties
  @additional_properties
end

#attributesObject

The attributes of a governance insight. Exactly one of metric_query, event_query, usage_query, audit_query, or percentage_query is populated, depending on the data source the insight is computed from; the rest are null.



27
28
29
# File 'lib/datadog_api_client/v2/models/governance_insight_data.rb', line 27

def attributes
  @attributes
end

#idObject

The unique identifier of the insight.



30
31
32
# File 'lib/datadog_api_client/v2/models/governance_insight_data.rb', line 30

def id
  @id
end

#typeObject

JSON:API resource type for a governance insight.



33
34
35
# File 'lib/datadog_api_client/v2/models/governance_insight_data.rb', line 33

def type
  @type
end