Class: DatadogAPIClient::V2::CloudflareAccountResponseAttributes

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#emailObject

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

#nameObject

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