Class: DatadogAPIClient::V2::CloudflareAccountCreateRequestAttributes

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

Overview

Attributes object for creating a Cloudflare account.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#api_keyObject

The API key (or token) for the Cloudflare account.



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

def api_key
  @api_key
end

#emailObject

The email associated with the Cloudflare account. If an API key is provided (and not a token), this field is also required.



32
33
34
# File 'lib/datadog_api_client/v2/models/cloudflare_account_create_request_attributes.rb', line 32

def email
  @email
end

#nameObject

The name of the Cloudflare account.



35
36
37
# File 'lib/datadog_api_client/v2/models/cloudflare_account_create_request_attributes.rb', line 35

def name
  @name
end