Class: DatadogAPIClient::V2::ApplicationKeyCreateRequest

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

Overview

Request used to create an application key.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#dataObject

Object used to create an application key.



29
30
31
# File 'lib/datadog_api_client/v2/models/application_key_create_request.rb', line 29

def data
  @data
end