Class: DatadogAPIClient::V1::Organization
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::Organization
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/organization.rb
Overview
Create, edit, and manage organizations.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#billing ⇒ Object
A JSON array of billing type.
-
#created ⇒ Object
Date of the organization creation.
-
#description ⇒ Object
Description of the organization.
-
#name ⇒ Object
readonly
The name of the child organization, limited to 32 characters.
-
#public_id ⇒ Object
The ‘public_id` of the organization you are operating within.
-
#settings ⇒ Object
A JSON array of settings.
-
#subscription ⇒ Object
Subscription definition.
-
#trial ⇒ Object
Only available for MSP customers.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
48 49 50 |
# File 'lib/datadog_api_client/v1/models/organization.rb', line 48 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.rb', line 25 def billing @billing end |
#created ⇒ Object
Date of the organization creation.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/organization.rb', line 28 def created @created end |
#description ⇒ Object
Description of the organization.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/organization.rb', line 31 def description @description end |
#name ⇒ Object
The name of the child organization, limited to 32 characters.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/organization.rb', line 34 def name @name end |
#public_id ⇒ Object
The ‘public_id` of the organization you are operating within.
37 38 39 |
# File 'lib/datadog_api_client/v1/models/organization.rb', line 37 def public_id @public_id end |
#settings ⇒ Object
A JSON array of settings.
40 41 42 |
# File 'lib/datadog_api_client/v1/models/organization.rb', line 40 def settings @settings end |
#subscription ⇒ Object
Subscription definition.
43 44 45 |
# File 'lib/datadog_api_client/v1/models/organization.rb', line 43 def subscription @subscription end |
#trial ⇒ Object
Only available for MSP customers. Allows child organizations to be created on a trial plan.
46 47 48 |
# File 'lib/datadog_api_client/v1/models/organization.rb', line 46 def trial @trial end |