Class: DatadogAPIClient::V2::CloudflareAccountCreateRequestAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CloudflareAccountCreateRequestAttributes
- 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
-
#api_key ⇒ Object
readonly
The API key (or token) for the Cloudflare account.
-
#email ⇒ Object
The email associated with the Cloudflare account.
-
#name ⇒ Object
readonly
The name of the Cloudflare account.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#api_key ⇒ Object
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 |
#email ⇒ Object
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 |
#name ⇒ Object
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 |