Sha256: 213820e28a68319f92b72e7415fabd827e88b62dd6e9de7473781143312f31d4
Contents?: true
Size: 567 Bytes
Versions: 7
Compression:
Stored size: 567 Bytes
Contents
# DatadogAPIClient::V1::ApplicationKey ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **hash** | **String** | Hash of an application key. | [optional][readonly] | | **name** | **String** | Name of an application key. | [optional] | | **owner** | **String** | Owner of an application key. | [optional][readonly] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::ApplicationKey.new( hash: 1234512345123459cda4eb9ced49a3d84fd0138c, name: example user, owner: example.com ) ```
Version data entries
7 entries across 7 versions & 1 rubygems