Sha256: 650a843ec9fd2c4348a96c8de495cba1c58e3a7742edbdb0c4bc55d8dc438e26

Contents?: true

Size: 530 Bytes

Versions: 7

Compression:

Stored size: 530 Bytes

Contents

# DatadogAPIClient::V2::APIKeysResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **data** | [**Array<PartialAPIKey>**](PartialAPIKey.md) | Array of API keys. | [optional] |
| **included** | [**Array<APIKeyResponseIncludedItem>**](APIKeyResponseIncludedItem.md) | Array of objects related to the API key. | [optional] |

## Example

```ruby
require 'datadog_api_client/v2'

instance = DatadogAPIClient::V2::APIKeysResponse.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/APIKeysResponse.md
datadog_api_client-1.3.0 docs/v2/APIKeysResponse.md
datadog_api_client-1.2.0 docs/v2/APIKeysResponse.md
datadog_api_client-1.1.0 docs/v2/APIKeysResponse.md
datadog_api_client-1.0.0 docs/v2/APIKeysResponse.md
datadog_api_client-1.0.0.beta.3 docs/v2/APIKeysResponse.md
datadog_api_client-1.0.0.beta.2 docs/v2/APIKeysResponse.md