Sha256: dbf51a32ba94cbbaedff4b2abb337a0b2a75b318bc5479ef5ba1f6226b716c97

Contents?: true

Size: 594 Bytes

Versions: 7

Compression:

Stored size: 594 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

7 entries across 7 versions & 1 rubygems

Version Path
datadog_api_client-1.4.0 docs/v1/OrganizationCreateResponse.md
datadog_api_client-1.3.0 docs/v1/OrganizationCreateResponse.md
datadog_api_client-1.2.0 docs/v1/OrganizationCreateResponse.md
datadog_api_client-1.1.0 docs/v1/OrganizationCreateResponse.md
datadog_api_client-1.0.0 docs/v1/OrganizationCreateResponse.md
datadog_api_client-1.0.0.beta.3 docs/v1/OrganizationCreateResponse.md
datadog_api_client-1.0.0.beta.2 docs/v1/OrganizationCreateResponse.md