Sha256: 394b4ce996bd9cb28b6dc7deea5a3068536edbdeded3614771099706e7636fc0
Contents?: true
Size: 547 Bytes
Versions: 7
Compression:
Stored size: 547 Bytes
Contents
# DatadogAPIClient::V2::ApplicationKeyResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **data** | [**FullApplicationKey**](FullApplicationKey.md) | | [optional] | | **included** | [**Array<ApplicationKeyResponseIncludedItem>**](ApplicationKeyResponseIncludedItem.md) | Array of objects related to the application key. | [optional] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::ApplicationKeyResponse.new( data: null, included: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems