Class: DatadogAPIClient::V2::TeamSyncSelectionStateExternalIdType

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

Overview

The type of external identifier for the selection state item. For GitHub synchronization, the allowed values are team and organization.

Constant Summary collapse

TEAM =
"team".freeze
ORGANIZATION =
"organization".freeze

Method Summary

Methods included from BaseEnumModel

included