Sha256: 1777bc46be9ef37f205ebdd12663cacf9d2b86fa50792bc385ab4327596ebbca
Contents?: true
Size: 705 Bytes
Versions: 2
Compression:
Stored size: 705 Bytes
Contents
# DatadogAPIClient::V2::APIKeyCreateData ## Properties | Name | Type | Description | Notes | | -------------- | ------------------------------------------------------- | ----------- | ------------------------------- | | **attributes** | [**APIKeyCreateAttributes**](APIKeyCreateAttributes.md) | | | | **type** | [**APIKeysType**](APIKeysType.md) | | [default to 'api_keys'] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::APIKeyCreateData.new( attributes: null, type: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v2/APIKeyCreateData.md |
datadog_api_client-1.5.0 | docs/v2/APIKeyCreateData.md |