Sha256: 315cd6fac42229c34f49379a503135bac4e77d2d02f42ac35f303a166c33365d
Contents?: true
Size: 817 Bytes
Versions: 2
Compression:
Stored size: 817 Bytes
Contents
# DatadogAPIClient::V2::ApplicationKeyCreateData ## Properties | Name | Type | Description | Notes | | -------------- | ----------------------------------------------------------------------- | ----------- | --------------------------------------- | | **attributes** | [**ApplicationKeyCreateAttributes**](ApplicationKeyCreateAttributes.md) | | | | **type** | [**ApplicationKeysType**](ApplicationKeysType.md) | | [default to 'application_keys'] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::ApplicationKeyCreateData.new( attributes: null, type: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v2/ApplicationKeyCreateData.md |
datadog_api_client-1.5.0 | docs/v2/ApplicationKeyCreateData.md |