Sha256: 44c820983f562dc8b1a346d5c7f8343d983accd38096a0c83e2060935be93a7c
Contents?: true
Size: 807 Bytes
Versions: 2
Compression:
Stored size: 807 Bytes
Contents
# DatadogAPIClient::V2::APIKeyResponse ## Properties | Name | Type | Description | Notes | | ------------ | ---------------------------------------------------------------------------- | ---------------------------------------- | ---------- | | **data** | [**FullAPIKey**](FullAPIKey.md) | | [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::APIKeyResponse.new( data: null, included: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v2/APIKeyResponse.md |
datadog_api_client-1.5.0 | docs/v2/APIKeyResponse.md |