Sha256: 28e26108b3e0d9ad94ee02b77be57c2c618a2883f04e60441fbbc999cd3b8ec3
Contents?: true
Size: 638 Bytes
Versions: 7
Compression:
Stored size: 638 Bytes
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
7 entries across 7 versions & 1 rubygems