Class: DatadogAPIClient::V2::ProjectCreateAttributes
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::ProjectCreateAttributes
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/project_create_attributes.rb
 
Overview
Project creation attributes
Instance Attribute Summary collapse
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 - 
  
    
      #key  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
Project’s key.
 - 
  
    
      #name  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
name.
 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
      30 31 32  | 
    
      # File 'lib/datadog_api_client/v2/models/project_create_attributes.rb', line 30 def additional_properties @additional_properties end  | 
  
#key ⇒ Object
Project’s key. Cannot be “CASE”
      25 26 27  | 
    
      # File 'lib/datadog_api_client/v2/models/project_create_attributes.rb', line 25 def key @key end  | 
  
#name ⇒ Object
name
      28 29 30  | 
    
      # File 'lib/datadog_api_client/v2/models/project_create_attributes.rb', line 28 def name @name end  |