Class: DatadogAPIClient::V1::OrganizationCreateBody
- Inherits:
- 
      Object
      
        - Object
- DatadogAPIClient::V1::OrganizationCreateBody
 
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/organization_create_body.rb
Overview
Object describing an organization to create.
Instance Attribute Summary collapse
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute additional_properties. 
- 
  
    
      #billing  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A JSON array of billing type. 
- 
  
    
      #name  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    The name of the new child-organization, limited to 32 characters. 
- 
  
    
      #subscription  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Subscription definition. 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
| 33 34 35 | # File 'lib/datadog_api_client/v1/models/organization_create_body.rb', line 33 def additional_properties @additional_properties end | 
#billing ⇒ Object
A JSON array of billing type.
| 25 26 27 | # File 'lib/datadog_api_client/v1/models/organization_create_body.rb', line 25 def billing @billing end | 
#name ⇒ Object
The name of the new child-organization, limited to 32 characters.
| 28 29 30 | # File 'lib/datadog_api_client/v1/models/organization_create_body.rb', line 28 def name @name end | 
#subscription ⇒ Object
Subscription definition.
| 31 32 33 | # File 'lib/datadog_api_client/v1/models/organization_create_body.rb', line 31 def subscription @subscription end |