Sha256: 394b4ce996bd9cb28b6dc7deea5a3068536edbdeded3614771099706e7636fc0

Contents?: true

Size: 547 Bytes

Versions: 7

Compression:

Stored size: 547 Bytes

Contents

# DatadogAPIClient::V2::ApplicationKeyResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **data** | [**FullApplicationKey**](FullApplicationKey.md) |  | [optional] |
| **included** | [**Array<ApplicationKeyResponseIncludedItem>**](ApplicationKeyResponseIncludedItem.md) | Array of objects related to the application key. | [optional] |

## Example

```ruby
require 'datadog_api_client/v2'

instance = DatadogAPIClient::V2::ApplicationKeyResponse.new(
  data: null,
  included: null
)
```

Version data entries

7 entries across 7 versions & 1 rubygems

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