Class: DatadogAPIClient::V2::TeamHierarchyLinkTeamAttributes

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

Overview

Team hierarchy links connect different teams. This represents attributes from teams that are connected by the team hierarchy link.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



51
52
53
# File 'lib/datadog_api_client/v2/models/team_hierarchy_link_team_attributes.rb', line 51

def additional_properties
  @additional_properties
end

#avatarObject

The team’s avatar



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

def avatar
  @avatar
end

The team’s banner



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

def banner
  @banner
end

#handleObject

The team’s handle



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

def handle
  @handle
end

#is_managedObject

Whether the team is managed



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

def is_managed
  @is_managed
end

#is_open_membershipObject

Whether the team has open membership



37
38
39
# File 'lib/datadog_api_client/v2/models/team_hierarchy_link_team_attributes.rb', line 37

def is_open_membership
  @is_open_membership
end

The number of links for the team



40
41
42
# File 'lib/datadog_api_client/v2/models/team_hierarchy_link_team_attributes.rb', line 40

def link_count
  @link_count
end

#nameObject

The team’s name



43
44
45
# File 'lib/datadog_api_client/v2/models/team_hierarchy_link_team_attributes.rb', line 43

def name
  @name
end

#summaryObject

The team’s summary



46
47
48
# File 'lib/datadog_api_client/v2/models/team_hierarchy_link_team_attributes.rb', line 46

def summary
  @summary
end

#user_countObject

The number of users in the team



49
50
51
# File 'lib/datadog_api_client/v2/models/team_hierarchy_link_team_attributes.rb', line 49

def user_count
  @user_count
end