Sha256: bf4e276609c58767c6128aaf7af46833e154cd07d67568a3d29fe5c283b394b5
Contents?: true
Size: 394 Bytes
Versions: 2
Compression:
Stored size: 394 Bytes
Contents
# DatadogAPIClient::V2::APIKeyCreateAttributes ## Properties | Name | Type | Description | Notes | | -------- | ---------- | -------------------- | ----- | | **name** | **String** | Name of the API key. | | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::APIKeyCreateAttributes.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/APIKeyCreateAttributes.md |
datadog_api_client-1.5.0 | docs/v2/APIKeyCreateAttributes.md |