Class: DatadogAPIClient::V2::ConnectedTeamRef

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

Overview

Reference to a team from an external system.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



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

def additional_properties
  @additional_properties
end

#dataObject

Reference to connected external team.



25
26
27
# File 'lib/datadog_api_client/v2/models/connected_team_ref.rb', line 25

def data
  @data
end