Sha256: 326a1d01946474e8a0d1a635547a5abf134828523db106953028ab7693e7ed4a
Contents?: true
Size: 567 Bytes
Versions: 2
Compression:
Stored size: 567 Bytes
Contents
# DatadogAPIClient::V2::PartialApplicationKeyResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **data** | [**PartialApplicationKey**](PartialApplicationKey.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::PartialApplicationKeyResponse.new( data: null, included: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.4.0 | docs/v2/PartialApplicationKeyResponse.md |
datadog_api_client-1.3.0 | docs/v2/PartialApplicationKeyResponse.md |