Sha256: b2324ed983fac7b6765db25f6f6d915a14ff344c5eaf0f4f75058a781675ffc6
Contents?: true
Size: 507 Bytes
Versions: 7
Compression:
Stored size: 507 Bytes
Contents
# DatadogAPIClient::V2::ApplicationKeyCreateData ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **attributes** | [**ApplicationKeyCreateAttributes**](ApplicationKeyCreateAttributes.md) | | | | **type** | [**ApplicationKeysType**](ApplicationKeysType.md) | | [default to 'application_keys'] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::ApplicationKeyCreateData.new( attributes: null, type: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems