Sha256: 38572abeef916ad0a68ba90fd030dfa9789e1a627f5146b8bc74ebc21558467d
Contents?: true
Size: 809 Bytes
Versions: 2
Compression:
Stored size: 809 Bytes
Contents
# DatadogAPIClient::V2::APIKeysResponse ## Properties | Name | Type | Description | Notes | | ------------ | ---------------------------------------------------------------------------- | ---------------------------------------- | ---------- | | **data** | [**Array<PartialAPIKey>**](PartialAPIKey.md) | Array of API keys. | [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::APIKeysResponse.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/APIKeysResponse.md |
datadog_api_client-1.5.0 | docs/v2/APIKeysResponse.md |