Sha256: 59b87d593e9dccfa87e454528a36e1004554745552015b91227c50f25bbffb5e

Contents?: true

Size: 909 Bytes

Versions: 2

Compression:

Stored size: 909 Bytes

Contents

# DatadogAPIClient::V2::APIKeyUpdateData

## Properties

| Name           | Type                                                    | Description        | Notes                           |
| -------------- | ------------------------------------------------------- | ------------------ | ------------------------------- |
| **attributes** | [**APIKeyUpdateAttributes**](APIKeyUpdateAttributes.md) |                    |                                 |
| **id**         | **String**                                              | ID of the API key. |                                 |
| **type**       | [**APIKeysType**](APIKeysType.md)                       |                    | [default to 'api_keys'] |

## Example

```ruby
require 'datadog_api_client/v2'

instance = DatadogAPIClient::V2::APIKeyUpdateData.new(
  attributes: null,
  id: 00112233-4455-6677-8899-aabbccddeeff,
  type: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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