Sha256: c9c59885a9b0bdb5ed92a7afb7adf9f68a75c6b4a8621f964fea3c9bbcf0ef1d

Contents?: true

Size: 384 Bytes

Versions: 7

Compression:

Stored size: 384 Bytes

Contents

# DatadogAPIClient::V2::ApplicationKeyCreateAttributes

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **name** | **String** | Name of the application key. |  |

## Example

```ruby
require 'datadog_api_client/v2'

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
datadog_api_client-1.4.0 docs/v2/ApplicationKeyCreateAttributes.md
datadog_api_client-1.3.0 docs/v2/ApplicationKeyCreateAttributes.md
datadog_api_client-1.2.0 docs/v2/ApplicationKeyCreateAttributes.md
datadog_api_client-1.1.0 docs/v2/ApplicationKeyCreateAttributes.md
datadog_api_client-1.0.0 docs/v2/ApplicationKeyCreateAttributes.md
datadog_api_client-1.0.0.beta.3 docs/v2/ApplicationKeyCreateAttributes.md
datadog_api_client-1.0.0.beta.2 docs/v2/ApplicationKeyCreateAttributes.md