Sha256: 0bc3da9e23a7227850d1f1e4f28795aae95d85aa0d0fa71370854aedb7e86c20

Contents?: true

Size: 423 Bytes

Versions: 2

Compression:

Stored size: 423 Bytes

Contents

# DatadogAPIClient::V1::OrganizationResponse

## Properties

| Name    | Type                                | Description | Notes      |
| ------- | ----------------------------------- | ----------- | ---------- |
| **org** | [**Organization**](Organization.md) |             | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::OrganizationResponse.new(
  org: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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