Sha256: 49f60acd8284675717f10c3f5fdb799c3aa16fac4ec6ba05b6f4bca1e75f3c89

Contents?: true

Size: 1.91 KB

Versions: 2

Compression:

Stored size: 1.91 KB

Contents

# DatadogAPIClient::V1::Organization

## Properties

| Name             | Type                                                        | Description                                                             | Notes                |
| ---------------- | ----------------------------------------------------------- | ----------------------------------------------------------------------- | -------------------- |
| **billing**      | [**OrganizationBilling**](OrganizationBilling.md)           |                                                                         | [optional]           |
| **created**      | **String**                                                  | Date of the organization creation.                                      | [optional][readonly] |
| **description**  | **String**                                                  | Description of the organization.                                        | [optional]           |
| **name**         | **String**                                                  | The name of the new child-organization, limited to 32 characters.       | [optional]           |
| **public_id**    | **String**                                                  | The `public_id` of the organization you are operating within. | [optional]           |
| **settings**     | [**OrganizationSettings**](OrganizationSettings.md)         |                                                                         | [optional]           |
| **subscription** | [**OrganizationSubscription**](OrganizationSubscription.md) |                                                                         | [optional]           |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::Organization.new(
  billing: null,
  created: 2019-09-26T17:28:28Z,
  description: some description,
  name: New child org,
  public_id: abcdef12345,
  settings: null,
  subscription: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v1/Organization.md
datadog_api_client-1.5.0 docs/v1/Organization.md