Sha256: 8c12dec52a0f13fe1d8966d6921f879ab5bed7bc8435f9cf25fe0435147147f5

Contents?: true

Size: 1.04 KB

Versions: 2

Compression:

Stored size: 1.04 KB

Contents

# DatadogAPIClient::V1::OrganizationCreateBody

## Properties

| Name             | Type                                                        | Description                                                       | Notes      |
| ---------------- | ----------------------------------------------------------- | ----------------------------------------------------------------- | ---------- |
| **billing**      | [**OrganizationBilling**](OrganizationBilling.md)           |                                                                   | [optional] |
| **name**         | **String**                                                  | The name of the new child-organization, limited to 32 characters. |            |
| **subscription** | [**OrganizationSubscription**](OrganizationSubscription.md) |                                                                   | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::OrganizationCreateBody.new(
  billing: null,
  name: New child org,
  subscription: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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