Class: DatadogAPIClient::V2::TeamsOwnershipMappingBatchResult

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#dataObject

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