Class: DatadogAPIClient::V2::TeamAttributes
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::TeamAttributes
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/team_attributes.rb
 
Overview
Team attributes
Instance Attribute Summary collapse
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 - 
  
    
      #avatar  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Unicode representation of the avatar for the team, limited to a single grapheme.
 - 
  
    
      #banner  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Banner selection for the team.
 - 
  
    
      #created_at  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Creation date of the team.
 - 
  
    
      #description  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Free-form markdown description/content for the team’s homepage.
 - 
  
    
      #handle  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
The team’s identifier.
 - 
  
    
      #hidden_modules  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Collection of hidden modules for the team.
 - 
  
    
      #link_count  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
The number of links belonging to the team.
 - 
  
    
      #modified_at  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Modification date of the team.
 - 
  
    
      #name  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
The name of the team.
 - 
  
    
      #summary  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
A brief summary of the team, derived from the ‘description`.
 - 
  
    
      #user_count  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
The number of users belonging to the team.
 - 
  
    
      #visible_modules  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Collection of visible modules for the team.
 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
      60 61 62  | 
    
      # File 'lib/datadog_api_client/v2/models/team_attributes.rb', line 60 def additional_properties @additional_properties end  | 
  
#avatar ⇒ Object
Unicode representation of the avatar for the team, limited to a single grapheme
      25 26 27  | 
    
      # File 'lib/datadog_api_client/v2/models/team_attributes.rb', line 25 def avatar @avatar end  | 
  
#banner ⇒ Object
Banner selection for the team
      28 29 30  | 
    
      # File 'lib/datadog_api_client/v2/models/team_attributes.rb', line 28 def @banner end  | 
  
#created_at ⇒ Object
Creation date of the team
      31 32 33  | 
    
      # File 'lib/datadog_api_client/v2/models/team_attributes.rb', line 31 def created_at @created_at end  | 
  
#description ⇒ Object
Free-form markdown description/content for the team’s homepage
      34 35 36  | 
    
      # File 'lib/datadog_api_client/v2/models/team_attributes.rb', line 34 def description @description end  | 
  
#handle ⇒ Object
The team’s identifier
      37 38 39  | 
    
      # File 'lib/datadog_api_client/v2/models/team_attributes.rb', line 37 def handle @handle end  | 
  
#hidden_modules ⇒ Object
Collection of hidden modules for the team
      40 41 42  | 
    
      # File 'lib/datadog_api_client/v2/models/team_attributes.rb', line 40 def hidden_modules @hidden_modules end  | 
  
#link_count ⇒ Object
The number of links belonging to the team
      43 44 45  | 
    
      # File 'lib/datadog_api_client/v2/models/team_attributes.rb', line 43 def link_count @link_count end  | 
  
#modified_at ⇒ Object
Modification date of the team
      46 47 48  | 
    
      # File 'lib/datadog_api_client/v2/models/team_attributes.rb', line 46 def modified_at @modified_at end  | 
  
#name ⇒ Object
The name of the team
      49 50 51  | 
    
      # File 'lib/datadog_api_client/v2/models/team_attributes.rb', line 49 def name @name end  | 
  
#summary ⇒ Object
A brief summary of the team, derived from the ‘description`
      52 53 54  | 
    
      # File 'lib/datadog_api_client/v2/models/team_attributes.rb', line 52 def summary @summary end  | 
  
#user_count ⇒ Object
The number of users belonging to the team
      55 56 57  | 
    
      # File 'lib/datadog_api_client/v2/models/team_attributes.rb', line 55 def user_count @user_count end  | 
  
#visible_modules ⇒ Object
Collection of visible modules for the team
      58 59 60  | 
    
      # File 'lib/datadog_api_client/v2/models/team_attributes.rb', line 58 def visible_modules @visible_modules end  |