Class: DatadogAPIClient::V2::TeamsOwnershipRuleTeamMapping
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::TeamsOwnershipRuleTeamMapping
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/teams_ownership_rule_team_mapping.rb
Overview
An individual team's ownership entry within a teams ownership rule.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#mapping_id ⇒ Object
readonly
The ID of the underlying mapping, used to delete this team's ownership individually.
-
#team_handle ⇒ Object
readonly
The handle of the owning team.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/teams_ownership_rule_team_mapping.rb', line 30 def additional_properties @additional_properties end |
#mapping_id ⇒ Object
The ID of the underlying mapping, used to delete this team's ownership individually.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/teams_ownership_rule_team_mapping.rb', line 25 def mapping_id @mapping_id end |
#team_handle ⇒ Object
The handle of the owning team.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/teams_ownership_rule_team_mapping.rb', line 28 def team_handle @team_handle end |