Class: DatadogAPIClient::V2::CloudflareAccountResponseAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CloudflareAccountResponseAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/cloudflare_account_response_attributes.rb
Overview
Attributes object of a Cloudflare account.
Instance Attribute Summary collapse
-
#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
#email ⇒ Object
The email associated with the Cloudflare account.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/cloudflare_account_response_attributes.rb', line 29 def email @email end |
#name ⇒ Object
The name of the Cloudflare account.
32 33 34 |
# File 'lib/datadog_api_client/v2/models/cloudflare_account_response_attributes.rb', line 32 def name @name end |