Sha256: 6ba89c7516027cfef95742cd459eac04bcc664a1195c4f6537c32e42a01ee5c1
Contents?: true
Size: 451 Bytes
Versions: 7
Compression:
Stored size: 451 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
7 entries across 7 versions & 1 rubygems