Sha256: e289cd37b4784168428bc16a14f15178a4a3821008b12f3b5f1ccad49313b4f7
Contents?: true
Size: 602 Bytes
Versions: 7
Compression:
Stored size: 602 Bytes
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
7 entries across 7 versions & 1 rubygems