Class: DatadogAPIClient::V1::ApplicationKey

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v1/models/application_key.rb

Overview

An application key with its associated metadata.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#nameObject

Name of an application key.



32
33
34
# File 'lib/datadog_api_client/v1/models/application_key.rb', line 32

def name
  @name
end

#ownerObject

Owner of an application key.



35
36
37
# File 'lib/datadog_api_client/v1/models/application_key.rb', line 35

def owner
  @owner
end