Sha256: e037e015e76f7395688fa05882e9db0487be6dbea2fd5c0784e3c2183cbbc3b1
Contents?: true
Size: 394 Bytes
Versions: 2
Compression:
Stored size: 394 Bytes
Contents
# DatadogAPIClient::V2::APIKeyUpdateAttributes ## Properties | Name | Type | Description | Notes | | -------- | ---------- | -------------------- | ----- | | **name** | **String** | Name of the API key. | | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::APIKeyUpdateAttributes.new( name: API Key for submitting metrics ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v2/APIKeyUpdateAttributes.md |
datadog_api_client-1.5.0 | docs/v2/APIKeyUpdateAttributes.md |