Sha256: ce82a91fce568015b88cf2bdd0ab6d58463ee8917e920477fabddb4a37fe69e1
Contents?: true
Size: 607 Bytes
Versions: 7
Compression:
Stored size: 607 Bytes
Contents
# DatadogAPIClient::V2::ApplicationKeyUpdateData ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **attributes** | [**ApplicationKeyUpdateAttributes**](ApplicationKeyUpdateAttributes.md) | | | | **id** | **String** | ID of the application key. | | | **type** | [**ApplicationKeysType**](ApplicationKeysType.md) | | [default to 'application_keys'] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::ApplicationKeyUpdateData.new( attributes: null, id: 00112233-4455-6677-8899-aabbccddeeff, type: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems