Class: DatadogAPIClient::V2::TeamLinkAttributes
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::TeamLinkAttributes
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/team_link_attributes.rb
 
Overview
Team link attributes
Instance Attribute Summary collapse
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 - 
  
    
      #label  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
The link’s label.
 - 
  
    
      #position  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
The link’s position, used to sort links for the team.
 - 
  
    
      #team_id  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
ID of the team the link is associated with.
 - 
  
    
      #url  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
The URL for the link.
 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
      36 37 38  | 
    
      # File 'lib/datadog_api_client/v2/models/team_link_attributes.rb', line 36 def additional_properties @additional_properties end  | 
  
#label ⇒ Object
The link’s label
      25 26 27  | 
    
      # File 'lib/datadog_api_client/v2/models/team_link_attributes.rb', line 25 def label @label end  | 
  
#position ⇒ Object
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_id ⇒ Object
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  | 
  
#url ⇒ Object
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  |