Class: DatadogAPIClient::V2::TeamHierarchyLinkTeamAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::TeamHierarchyLinkTeamAttributes
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#avatar ⇒ Object
The team’s avatar.
-
#banner ⇒ Object
The team’s banner.
-
#handle ⇒ Object
readonly
The team’s handle.
-
#is_managed ⇒ Object
Whether the team is managed.
-
#is_open_membership ⇒ Object
Whether the team has open membership.
-
#link_count ⇒ Object
The number of links for the team.
-
#name ⇒ Object
readonly
The team’s name.
-
#summary ⇒ Object
The team’s summary.
-
#user_count ⇒ Object
The number of users in the team.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
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 |
#avatar ⇒ Object
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 |
#banner ⇒ Object
The team’s banner
28 29 30 |
# File 'lib/datadog_api_client/v2/models/team_hierarchy_link_team_attributes.rb', line 28 def @banner end |
#handle ⇒ Object
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_managed ⇒ Object
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_membership ⇒ Object
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 |
#link_count ⇒ Object
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 |
#name ⇒ Object
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 |
#summary ⇒ Object
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_count ⇒ Object
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 |