Sha256: 176e61140edda6c4748ff3f12f2348f4bf436b8949a02e904342fc4fb37c9553

Contents?: true

Size: 929 Bytes

Versions: 2

Compression:

Stored size: 929 Bytes

Contents

# DatadogAPIClient::V2::ListApplicationKeysResponse

## Properties

| Name         | Type                                                                                         | Description                                      | Notes      |
| ------------ | -------------------------------------------------------------------------------------------- | ------------------------------------------------ | ---------- |
| **data**     | [**Array<PartialApplicationKey>**](PartialApplicationKey.md)                           | Array of application keys.                       | [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::ListApplicationKeysResponse.new(
  data: null,
  included: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v2/ListApplicationKeysResponse.md
datadog_api_client-1.5.0 docs/v2/ListApplicationKeysResponse.md