Sha256: 74c2f1f1f73da32ded18ba4e878a47ed5f66df42d3fbfc169ebfc813a3d27c30
Contents?: true
Size: 1.06 KB
Versions: 2
Compression:
Stored size: 1.06 KB
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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v2/ApplicationKeyUpdateData.md |
datadog_api_client-1.5.0 | docs/v2/ApplicationKeyUpdateData.md |