Class: DatadogAPIClient::V2::TeamSyncSelectionStateExternalId

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

Overview

The external identifier for a team or organization in the source platform.

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

def additional_properties
  @additional_properties
end

#typeObject

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



27
28
29
# File 'lib/datadog_api_client/v2/models/team_sync_selection_state_external_id.rb', line 27

def type
  @type
end

#valueObject

The external identifier value from the source platform. For GitHub, this is the string representation of a GitHub organization ID or team ID.



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

def value
  @value
end