Class: DatadogAPIClient::V2::TeamsOwnershipRuleResponseData

Inherits:
Object
  • Object
show all
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

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/teams_ownership_rule_response_data.rb', line 35

def additional_properties
  @additional_properties
end

#attributesObject

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

#idObject

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

#typeObject

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