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