Class: DatadogAPIClient::V2::TeamsOwnershipMappingBatchResult
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::TeamsOwnershipMappingBatchResult
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/teams_ownership_mapping_batch_result.rb
Overview
The result of a single operation.
Add operations are processed first, then remove operations, so results may not appear
in the same order as the request. Empty for remove operations.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#data ⇒ Object
The mapping created by an
addoperation.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/teams_ownership_mapping_batch_result.rb', line 29 def additional_properties @additional_properties end |
#data ⇒ Object
The mapping created by an add operation.
27 28 29 |
# File 'lib/datadog_api_client/v2/models/teams_ownership_mapping_batch_result.rb', line 27 def data @data end |