Class: DatadogAPIClient::V2::TeamsOwnershipRuleResponseData
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::TeamsOwnershipRuleResponseData
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/teams_ownership_rule_response_data.rb
Overview
The JSON:API data envelope for a teams ownership rule.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#attributes ⇒ Object
readonly
The attributes of a teams ownership rule.
-
#id ⇒ Object
readonly
A deterministic identifier derived from the rule's grouping key.
-
#type ⇒ Object
readonly
The type of the resource.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
35 36 37 |
# File 'lib/datadog_api_client/v2/models/teams_ownership_rule_response_data.rb', line 35 def additional_properties @additional_properties end |
#attributes ⇒ Object
The attributes of a teams ownership rule.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/teams_ownership_rule_response_data.rb', line 25 def attributes @attributes end |
#id ⇒ Object
A deterministic identifier derived from the rule's grouping key.
This ID cannot be used to delete the rule directly; delete individual mappings
using the mapping_id under teams instead.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/teams_ownership_rule_response_data.rb', line 30 def id @id end |
#type ⇒ Object
The type of the resource. The value should always be teams_ownership_grouped_mappings.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/teams_ownership_rule_response_data.rb', line 33 def type @type end |