Class: DatadogAPIClient::V1::ApiKey

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

Overview

Datadog API key.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#createdObject

Date of creation of the API key.



29
30
31
# File 'lib/datadog_api_client/v1/models/api_key.rb', line 29

def created
  @created
end

#created_byObject

Datadog user handle that created the API key.



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

def created_by
  @created_by
end

#keyObject

API key.



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

def key
  @key
end

#nameObject

Name of your API key.



38
39
40
# File 'lib/datadog_api_client/v1/models/api_key.rb', line 38

def name
  @name
end