Sha256: f9dacbe6a9c4ec88c65b87cc5d72c84c71ea50c08a04682dc3cc332463928bb1
Contents?: true
Size: 919 Bytes
Versions: 2
Compression:
Stored size: 919 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v2/ApplicationKeyResponse.md |
datadog_api_client-1.5.0 | docs/v2/ApplicationKeyResponse.md |