Sha256: 2888cd82a1248f1a6777df43380e8ca2ed9ea399fe604ee16e9dad43886a9f99
Contents?: true
Size: 818 Bytes
Versions: 2
Compression:
Stored size: 818 Bytes
Contents
# DatadogAPIClient::V1::OrganizationCreateResponse ## Properties | Name | Type | Description | Notes | | ------------------- | --------------------------------------- | ----------- | ---------- | | **api_key** | [**ApiKey**](ApiKey.md) | | [optional] | | **application_key** | [**ApplicationKey**](ApplicationKey.md) | | [optional] | | **org** | [**Organization**](Organization.md) | | [optional] | | **user** | [**User**](User.md) | | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::OrganizationCreateResponse.new( api_key: null, application_key: null, org: null, user: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/OrganizationCreateResponse.md |
datadog_api_client-1.5.0 | docs/v1/OrganizationCreateResponse.md |