Class: DatadogAPIClient::V2::GovernanceInsightData
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::GovernanceInsightData
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/governance_insight_data.rb
Overview
A governance insight resource.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#attributes ⇒ Object
readonly
The attributes of a governance insight.
-
#id ⇒ Object
readonly
The unique identifier of the insight.
-
#type ⇒ Object
readonly
JSON:API resource type for a governance insight.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/governance_insight_data.rb', line 33 def additional_properties @additional_properties end |
#attributes ⇒ Object
The attributes of a governance insight.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/governance_insight_data.rb', line 25 def attributes @attributes end |
#id ⇒ Object
The unique identifier of the insight.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/governance_insight_data.rb', line 28 def id @id end |
#type ⇒ Object
JSON:API resource type for a governance insight.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/governance_insight_data.rb', line 31 def type @type end |