Class: DatadogAPIClient::V2::TeamSyncSelectionStateExternalId
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::TeamSyncSelectionStateExternalId
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#type ⇒ Object
readonly
The type of external identifier for the selection state item.
-
#value ⇒ Object
readonly
The external identifier value from the source platform.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
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 |
#type ⇒ Object
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 |
#value ⇒ Object
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 |