Class: DatadogAPIClient::V2::RelationshipToTeamLinkData

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

Overview

Relationship between a link and a team

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#idObject

The team link's identifier



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

def id
  @id
end

#typeObject

Team link type



28
29
30
# File 'lib/datadog_api_client/v2/models/relationship_to_team_link_data.rb', line 28

def type
  @type
end