Class: DatadogAPIClient::V2::TeamsOwnershipMappingBatchResponse

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/teams_ownership_mapping_batch_response.rb

Overview

The response body for the bulk create and remove operation. On success, atomic:results contains one entry per operation. Add results appear before remove results and may not match request order. Correlate add results by their type and id rather than by array position. On failure, no operations were applied and errors describes what went wrong.

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

def additional_properties
  @additional_properties
end

#atomic_resultsObject

The result of each operation. Add operations are processed first, then remove operations, so results may not appear in the same order as the request. Present only on success.



30
31
32
# File 'lib/datadog_api_client/v2/models/teams_ownership_mapping_batch_response.rb', line 30

def atomic_results
  @atomic_results
end

#errorsObject

The validation or processing errors encountered. Present only when the request could not be completed.



33
34
35
# File 'lib/datadog_api_client/v2/models/teams_ownership_mapping_batch_response.rb', line 33

def errors
  @errors
end