Class: DatadogAPIClient::V2::TeamCreateAttributes
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::TeamCreateAttributes
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/team_create_attributes.rb
 
Overview
Team creation 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.
 - 
  
    
      #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.
 - 
  
    
      #name  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
The name of 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.
      45 46 47  | 
    
      # File 'lib/datadog_api_client/v2/models/team_create_attributes.rb', line 45 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_create_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_create_attributes.rb', line 28 def @banner end  | 
  
#description ⇒ Object
Free-form markdown description/content for the team’s homepage
      31 32 33  | 
    
      # File 'lib/datadog_api_client/v2/models/team_create_attributes.rb', line 31 def description @description end  | 
  
#handle ⇒ Object
The team’s identifier
      34 35 36  | 
    
      # File 'lib/datadog_api_client/v2/models/team_create_attributes.rb', line 34 def handle @handle end  | 
  
#hidden_modules ⇒ Object
Collection of hidden modules for the team
      37 38 39  | 
    
      # File 'lib/datadog_api_client/v2/models/team_create_attributes.rb', line 37 def hidden_modules @hidden_modules end  | 
  
#name ⇒ Object
The name of the team
      40 41 42  | 
    
      # File 'lib/datadog_api_client/v2/models/team_create_attributes.rb', line 40 def name @name end  | 
  
#visible_modules ⇒ Object
Collection of visible modules for the team
      43 44 45  | 
    
      # File 'lib/datadog_api_client/v2/models/team_create_attributes.rb', line 43 def visible_modules @visible_modules end  |