Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 384 Bytes

File metadata and controls

18 lines (12 loc) · 384 Bytes

DatadogAPIClient::V2::ApplicationKeyCreateAttributes

Properties

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

Example

require 'datadog_api_client/v2'

instance = DatadogAPIClient::V2::ApplicationKeyCreateAttributes.new(
  name: Application Key for submitting metrics
)