Sha256: 85ace67f8ff941f4b7e3ce70e1e74bd18ac305740efe0b10efd57d4f6a275415

Contents?: true

Size: 1.05 KB

Versions: 2

Compression:

Stored size: 1.05 KB

Contents

# DatadogAPIClient::V2::FullAPIKey

## Properties

| Name              | Type                                                | Description        | Notes                                     |
| ----------------- | --------------------------------------------------- | ------------------ | ----------------------------------------- |
| **attributes**    | [**FullAPIKeyAttributes**](FullAPIKeyAttributes.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::FullAPIKey.new(
  attributes: null,
  id: null,
  relationships: null,
  type: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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