docs/v1/OrganizationCreateBody.md in datadog_api_client-1.4.0 vs docs/v1/OrganizationCreateBody.md in datadog_api_client-1.5.0

- old
+ new

@@ -1,14 +1,14 @@ # 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] | +| 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' @@ -17,6 +17,5 @@ billing: null, name: New child org, subscription: null ) ``` -