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
-
#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 new child-organization, limited to 32 characters.
-
#public_id ⇒ Object
The
public_idof 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
#billing ⇒ Object
A JSON array of billing type.
29 30 31 |
# File 'lib/datadog_api_client/v1/models/organization.rb', line 29 def billing @billing end |
#created ⇒ Object
Date of the organization creation.
32 33 34 |
# File 'lib/datadog_api_client/v1/models/organization.rb', line 32 def created @created end |
#description ⇒ Object
Description of the organization.
35 36 37 |
# File 'lib/datadog_api_client/v1/models/organization.rb', line 35 def description @description end |
#name ⇒ Object
The name of the new child-organization, limited to 32 characters.
38 39 40 |
# File 'lib/datadog_api_client/v1/models/organization.rb', line 38 def name @name end |
#public_id ⇒ Object
The public_id of the organization you are operating within.
41 42 43 |
# File 'lib/datadog_api_client/v1/models/organization.rb', line 41 def public_id @public_id end |
#settings ⇒ Object
A JSON array of settings.
44 45 46 |
# File 'lib/datadog_api_client/v1/models/organization.rb', line 44 def settings @settings end |
#subscription ⇒ Object
Subscription definition.
47 48 49 |
# File 'lib/datadog_api_client/v1/models/organization.rb', line 47 def subscription @subscription end |
#trial ⇒ Object
Only available for MSP customers. Allows child organizations to be created on a trial plan.
50 51 52 |
# File 'lib/datadog_api_client/v1/models/organization.rb', line 50 def trial @trial end |