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
-
#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
#billing ⇒ Object
A JSON array of billing type.
29 30 31 |
# File 'lib/datadog_api_client/v1/models/organization_create_body.rb', line 29 def billing @billing end |
#name ⇒ Object
The name of the new child-organization, limited to 32 characters.
32 33 34 |
# File 'lib/datadog_api_client/v1/models/organization_create_body.rb', line 32 def name @name end |
#subscription ⇒ Object
Subscription definition.
35 36 37 |
# File 'lib/datadog_api_client/v1/models/organization_create_body.rb', line 35 def subscription @subscription end |