Class: DatadogAPIClient::V2::TeamsOwnershipMappingBatchOperationOp

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

Overview

Whether this operation adds a new mapping or removes an existing one.

Constant Summary collapse

ADD =
"add".freeze
REMOVE =
"remove".freeze

Method Summary

Methods included from BaseEnumModel

included