Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 352 Bytes

File metadata and controls

18 lines (12 loc) · 352 Bytes

DatadogAPIClient::V2::APIKeyUpdateAttributes

Properties

Name Type Description Notes
name String Name of the API key.

Example

require 'datadog_api_client/v2'

instance = DatadogAPIClient::V2::APIKeyUpdateAttributes.new(
  name: API Key for submitting metrics
)