Sha256: 675beec4850f9597fc2e54b9682bd2613010e68a181f99a7a8753dc4d1b47cd3

Contents?: true

Size: 650 Bytes

Versions: 7

Compression:

Stored size: 650 Bytes

Contents

# DatadogAPIClient::V2::PartialAPIKey

## Properties

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

## Example

```ruby
require 'datadog_api_client/v2'

instance = DatadogAPIClient::V2::PartialAPIKey.new(
  attributes: null,
  id: null,
  relationships: null,
  type: null
)
```

Version data entries

7 entries across 7 versions & 1 rubygems

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