Class: DatadogAPIClient::V2::TeamLinkAttributes

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

Overview

Team link attributes

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#labelObject

The link's label



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

def label
  @label
end

#positionObject

The link's position, used to sort links for the team



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

def position
  @position
end

#team_idObject

ID of the team the link is associated with



31
32
33
# File 'lib/datadog_api_client/v2/models/team_link_attributes.rb', line 31

def team_id
  @team_id
end

#urlObject

The URL for the link



34
35
36
# File 'lib/datadog_api_client/v2/models/team_link_attributes.rb', line 34

def url
  @url
end